Skip to content

Commit

Permalink
Build plumed with all modules by default
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrack committed Nov 10, 2023
1 parent 14576fc commit ac71c10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/toolchain/scripts/stage6/install_plumed.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ case "$with_plumed" in
LIBS="${libs}" \
--prefix=${pkg_install_dir} \
--libdir="${pkg_install_dir}/lib" \
--enable-modules=all \
> configure.log 2>&1 || tail -n ${LOG_LINES} configure.log
make VERBOSE=1 -j $(get_nprocs) > make.log 2>&1 || tail -n ${LOG_LINES} make.log
make install > install.log 2>&1 || tail -n ${LOG_LINES} install.log
Expand Down

0 comments on commit ac71c10

Please sign in to comment.