From a1b9c0b9cd40d24243591ac64917eec5489f2c7c Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Wed, 11 Jul 2018 10:47:01 +0200 Subject: [PATCH] refactor variable names according to changes in Pmodules/0.99.15 in build-scripts of group 'OPAL' --- OPAL/opt-pilot/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OPAL/opt-pilot/build b/OPAL/opt-pilot/build index eab6cb3..6561d7d 100755 --- a/OPAL/opt-pilot/build +++ b/OPAL/opt-pilot/build @@ -11,7 +11,7 @@ pbuild::configure() { -DCMAKE_INSTALL_PREFIX="${PREFIX}" \ -DCMAKE_BUILD_TYPE=RELEASE \ "${configure_args[@]}" \ - "${MODULE_SRCDIR}" || std::die 1 "cmake failed" + "${SRC_DIR}" || std::die 1 "cmake failed" } pbuild::add_to_group 'OPAL'