Build plumed with all modules by default

This commit is contained in:
Matthias Krack 2023-11-09 16:43:31 +01:00
parent 14576fcd0d
commit ac71c107aa

View file

@ -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