File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ case "${with_openmpi}" in
7979 ./configure CFLAGS=" ${CFLAGS} " \
8080 --prefix=${pkg_install_dir} \
8181 --libdir=" ${pkg_install_dir} /lib" \
82+ --with-libevent=internal \
8283 ${EXTRA_CONFIGURE_FLAGS} \
8384 > configure.log 2>&1 || tail -n ${LOG_LINES} configure.log
8485 make -j $( get_nprocs) > make.log 2>&1 || tail -n ${LOG_LINES} make.log
@@ -106,8 +107,9 @@ case "${with_openmpi}" in
106107 check_command mpifort " openmpi" && MPIFC=" $( command -v mpifort) " || exit 1
107108 MPIFORT=" ${MPIFC} "
108109 MPIF77=" ${MPIFC} "
109- # OPENMPI_CFLAGS="$(mpicxx --showme:compile)"
110- # OPENMPI_LDFLAGS="$(mpicxx --showme:link)"
110+ # libraries and linker flags for C/C++-based MPI codepaths, pull them in at this point.
111+ OPENMPI_CFLAGS=" $( mpicxx --showme:compile) "
112+ OPENMPI_LDFLAGS=" $( mpicxx --showme:link) "
111113 ;;
112114 __DONTUSE__)
113115 # Nothing to do
You can’t perform that action at this time.
0 commit comments