Skip to content

Commit

Permalink
Write also checksum file for plumed
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrack committed Nov 27, 2019
1 parent cd8a780 commit dd2c195
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/toolchain/scripts/install_plumed.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ case "$with_plumed" in
CXX="${MPICXX}" ./configure --prefix=${pkg_install_dir} > configure.log 2>&1
make -j $NPROCS > make.log 2>&1
make install > install.log 2>&1
write_checksums "${install_lock_file}" "${SCRIPT_DIR}/$(basename ${SCRIPT_NAME})"
fi
PLUMED_LDFLAGS="-L'${pkg_install_dir}/lib' -Wl,-rpath='${pkg_install_dir}/lib'"
;;
Expand Down

0 comments on commit dd2c195

Please sign in to comment.