We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 048d7ec commit a15b869Copy full SHA for a15b869
configure_easybuild
@@ -14,7 +14,7 @@ export EASYBUILD_ZIP_LOGS=bzip2
14
export EASYBUILD_RPATH=1
15
export EASYBUILD_FILTER_ENV_VARS=LD_LIBRARY_PATH
16
17
-# try to find eb_hooks.py in directory where this file (configure_easybuild) resides?
+# assume that eb_hooks.py is located in same directory as this script (configure_easybuild)
18
TOPDIR=$(dirname $(realpath $BASH_SOURCE))
19
export EASYBUILD_HOOKS=$(realpath ${TOPDIR}/eb_hooks.py)
20
# make sure hooks are available, so we can produce a clear error message
0 commit comments