Skip to content

Commit

Permalink
add (fake) nnlojet install
Browse files Browse the repository at this point in the history
  • Loading branch information
scarlehoff committed Mar 22, 2024
1 parent 458c3e7 commit 91a5706
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/pinefarm/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,3 +361,9 @@ def prepend(name, value):
prepend("PATH", configs.configs["paths"]["bin"])
prepend("LD_LIBRARY_PATH", lib)
prepend("PKG_CONFIG_PATH", lib / "pkgconfig")


def nnlojet():
"""Installation of NNLOJET."""
print("Installation not supported yet")
return True

0 comments on commit 91a5706

Please sign in to comment.