16 lines
476 B
PkgConfig
16 lines
476 B
PkgConfig
prefix=/home/brgirgis/Documents/code/idiscovery/cpp-thirdparty-src/mpi/mpich/install/3.3.1
|
|
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}
|
|
|