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

@@ -2,10 +2,10 @@
#
Name: Open MPI Run-Time Environment (ORTE)
Description: Open MPI's run-time environment functionality
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
@@ -15,8 +15,8 @@ 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 -lopen-rte
Libs.private: -lopen-pal -lm -ludev -ldl -lutil
Libs: -L${libdir} -lopen-rte
Libs.private: -lopen-pal -lm -lz -lrt -lutil
#
# It is safe to hard-wire the -I before the EXTRA_INCLUDES because we
# will not be installing this .pc file unless --enable-devel-headers is