Files
cpp-thirdparty/linx64/mpi/mpich/lib64/pkgconfig/openpa.pc
Bassem Girgis 81b4b9e273 Initial commit
2018-12-20 17:34:07 -06:00

16 lines
469 B
PkgConfig

prefix=/home/brgirgis/Documents/code/thirdparty/mpi/mpich_/build/../release_install
exec_prefix=${prefix}
libdir=${exec_prefix}/lib64
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}