update openmpi linux
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user