1# Copyright (c) 2010 Cisco Systems, Inc.  All rights reserved.
2# Copyright (c) 2016      IBM Corporation.  All rights reserved.
3#
4Name: Open MPI
5Description: Portable high-performance MPI implementation
6Version: @OMPI_VERSION@
7URL: http://www.open-mpi.org/
8#
9prefix=@prefix@
10exec_prefix=@exec_prefix@
11includedir=@includedir@
12libdir=@libdir@
13pkgincludedir=@opalincludedir@
14#
15# Note that -lopen-pal and all the EXTRA_LIBS are only necessary when
16# static linking (they're pulled in by libopen-rte.so's implicit
17# dependencies), so only list these in Libs.private.
18#
19Libs: -L${libdir} @OMPI_PKG_CONFIG_LDFLAGS@ -l@OMPI_LIBMPI_NAME@
20Libs.private: -lopen-rte -lopen-pal @OMPI_WRAPPER_EXTRA_LIBS@
21#
22Cflags: -I${includedir} @OMPI_WRAPPER_EXTRA_CPPFLAGS@ @OMPI_WRAPPER_EXTRA_CFLAGS@
23