refactor variable names according to changes in Pmodules/0.99.15 in build-scripts of group 'MPI'

This commit is contained in:
2018-07-11 10:49:42 +02:00
parent 8c5d93f59b
commit d1b712b976
12 changed files with 21 additions and 21 deletions

View File

@@ -12,7 +12,7 @@ case $OS in
esac
pbuild::configure() {
cp -v "${BUILD_BLOCK_DIR}/${target}" "${MODULE_BUILDDIR}/configure"
cp -v "${BUILDBLOCK_DIR}/${target}" "${BUILD_DIR}/configure"
./configure.sh "${target}" || exit 1
}
@@ -22,7 +22,7 @@ pbuild::build() {
pbuild::install() {
mkdir -p "${PREFIX}/bin"
cp "${MODULE_SRCDIR}/bin/cpmd.x" "${PREFIX}/bin"
cp "${SRC_DIR}/bin/cpmd.x" "${PREFIX}/bin"
}
pbuild::add_to_group 'MPI'