mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 06:05:29 -04:00
Do not enforce usage of internal libs for OpenMPI build
This commit is contained in:
parent
b7c9503b2e
commit
b3efc8aaeb
1 changed files with 0 additions and 3 deletions
|
|
@ -61,10 +61,7 @@ case "${with_openmpi}" in
|
|||
--libdir="${pkg_install_dir}/lib" \
|
||||
--enable-mpi1-compatibility \
|
||||
--enable-static \
|
||||
--with-hwloc=internal \
|
||||
--with-libevent=internal \
|
||||
--with-pmix=internal \
|
||||
--with-slurm \
|
||||
> configure.log 2>&1 || tail -n ${LOG_LINES} configure.log
|
||||
make -j $(get_nprocs) > make.log 2>&1 || tail -n ${LOG_LINES} make.log
|
||||
make -j $(get_nprocs) install > install.log 2>&1 || tail -n ${LOG_LINES} install.log
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue