17 lines
396 B
PkgConfig
17 lines
396 B
PkgConfig
#libevent pkg-config source file
|
|
|
|
prefix=/Users/girgis/Documents/code/cpp-thirdparty-src/mpi/openmpi/install/5.0.7
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: libevent
|
|
Description: libevent is an asynchronous notification event loop library
|
|
Version: 2.1.12-stable-ompi
|
|
Requires:
|
|
Conflicts:
|
|
Libs: -L${libdir} -levent
|
|
Libs.private:
|
|
Cflags: -I${includedir}
|
|
|