mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-29 06:35:28 -04:00
Build plumed with all modules by default
This commit is contained in:
parent
14576fcd0d
commit
ac71c107aa
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue