4739e23be4
- Fix file ownership on -libs package - Take a swing at solving the multi-install compatibility issues
8 lines
312 B
PkgConfig
8 lines
312 B
PkgConfig
# pkg-config file for openmpi
|
|
Name: @NAME@
|
|
Description: Open Message Passing Interface headers and libraries
|
|
URL: http://www.open-mpi.org/
|
|
Version: @VERSION@-@CC@-@MODE@
|
|
Libs: -L@LIBDIR@/@MPIDIR@ -lmpi
|
|
Cflags: -I@INCLUDEDIR@/@MPIDIR@ -I@INCLUDEDIR@/@MPIDIR@/@NAME@ -I@INCLUDEDIR@/@MPIDIR@/@MODE@ @MODEFLAG@
|