af6f1f4b00
bug: libmpi_f90 had libmpi.la in its LIBADD instead of libmpi_f77.la. Fixes trac:2244. This commit was SVN r22704. The following Trac tickets were found above: Ticket 2244 --> https://svn.open-mpi.org/trac/ompi/ticket/2244
25 строки
946 B
PkgConfig
25 строки
946 B
PkgConfig
# Copyright (c) 2010 Cisco Systems, Inc. All rights reserved.
|
|
#
|
|
Name: Open MPI Run-Time Environment (ORTE)
|
|
Description: Open MPI's run-time environment functionality
|
|
Version: @ORTE_VERSION@
|
|
URL: http://www.open-mpi.org/
|
|
#
|
|
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
includedir=@includedir@
|
|
libdir=@libdir@
|
|
#
|
|
# 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} @ORTE_WRAPPER_EXTRA_LDFLAGS@ -lopen-rte
|
|
Libs.private: @ORTE_WRAPPER_EXTRA_LIBS@
|
|
#
|
|
# 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
|
|
# selected, meaning that there will definitely be a value in EXTRA_INCLUDES.
|
|
#
|
|
Cflags: -I${includedir} -I${includedir}/@ORTE_WRAPPER_EXTRA_INCLUDES@ @ORTE_WRAPPER_EXTRA_CPPFLAGS@ @ORTE_WRAPPER_EXTRA_CFLAGS@
|