Do not enforce usage of internal libs for OpenMPI build

This commit is contained in:
Matthias Krack 2025-01-09 17:55:13 +01:00
parent b7c9503b2e
commit b3efc8aaeb

View file

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