From 91a5706aee0e3d7a46741fa9e60006ab2fe9613c Mon Sep 17 00:00:00 2001 From: juacrumar Date: Fri, 22 Mar 2024 11:46:24 +0100 Subject: [PATCH] add (fake) nnlojet install --- src/pinefarm/install.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/pinefarm/install.py b/src/pinefarm/install.py index 47d5d23..fda3f2a 100644 --- a/src/pinefarm/install.py +++ b/src/pinefarm/install.py @@ -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