Files
cpp-thirdparty/macx64/mpi/mpich/lib/pkgconfig/openpa.pc
Bassem Girgis 2c9e6b5ede mac mpi
2019-08-11 01:14:02 -05:00

16 lines
475 B
PkgConfig

prefix=/Users/brgirgis/Documents/code/idiscovery/cpp-thirdparty-src/mpi/mpich/install/3.3.1
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
# Technically, the -lopa below isn't needed if you are only using the atomic
# primitives (not the queue code) and you are not using mutex emulation.
Name: OpenPA
Description: Portable library for atomic operations
Version: 1.0.3
Libs: -L${libdir} -lopa
Libs.private: -lpthread
Cflags: -I${includedir}