23 lines
813 B
PkgConfig
23 lines
813 B
PkgConfig
# Copyright (c) 2010 Cisco Systems, Inc. All rights reserved.
|
|
# Copyright (c) 2016 IBM Corporation. All rights reserved.
|
|
#
|
|
Name: Open MPI
|
|
Description: Portable high-performance MPI implementation
|
|
Version: 3.1.2
|
|
URL: http://www.open-mpi.org/
|
|
#
|
|
prefix=/home/brgirgis/Downloads/openmpi/3.1.2/build/../release_install
|
|
exec_prefix=${prefix}
|
|
includedir=${prefix}/include
|
|
libdir=${exec_prefix}/lib64
|
|
pkgincludedir=${includedir}/openmpi
|
|
#
|
|
# Note that -lopen-pal and all the EXTRA_LIBS are only necessary when
|
|
# 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
|
|
#
|
|
Cflags: -I${includedir} -pthread
|