update openmpi linux

This commit is contained in:
Bassem Girgis
2019-08-10 19:03:19 -05:00
parent 9b1ac8cf33
commit 8e4b370e8a
1038 changed files with 1569 additions and 25304 deletions

View File

@@ -3,10 +3,10 @@
#
Name: Open MPI
Description: Portable high-performance MPI implementation
Version: 3.1.2
Version: 4.0.1
URL: http://www.open-mpi.org/
#
prefix=/home/brgirgis/Downloads/openmpi/3.1.2/build/../release_install
prefix=/home/brgirgis/Documents/code/idiscovery/cpp-thirdparty-src/mpi/openmpi/install/4.0.1
exec_prefix=${prefix}
includedir=${prefix}/include
libdir=${exec_prefix}/lib64
@@ -16,7 +16,7 @@ pkgincludedir=${includedir}/openmpi
# static linking (they're pulled in by libopen-rte.so's implicit
# dependencies), so only list these in Libs.private.
#
Libs: -L${libdir} -Wl,-rpath -Wl,${libdir} -Wl,--enable-new-dtags -lmpi
Libs.private: -lopen-rte -lopen-pal -lm -ludev -ldl -lutil -lrt -lz
Libs: -L${libdir} -lmpi
Libs.private: -lopen-rte -lopen-pal -lm -lz -lrt -lutil
#
Cflags: -I${includedir} -pthread