build(meson): much more robust build system
This commit is contained in:
9
build-extra/pkg-config/gridfire-wheel.pc.in
Normal file
9
build-extra/pkg-config/gridfire-wheel.pc.in
Normal file
@@ -0,0 +1,9 @@
|
||||
prefix=${pcfiledir}/../..
|
||||
includedir=${prefix}/include
|
||||
libdir=${prefix}/lib
|
||||
|
||||
Name: gridfire
|
||||
Description: GridFire nuclear reaction network solver (bundled with the gridfire Python wheel)
|
||||
Version: @VERSION@
|
||||
Cflags: -I${includedir} -I${includedir}/gridfire/vendor -I${includedir}/fourdst/vendor
|
||||
Libs: -L${libdir} -lgridfire -Wl,-rpath,${libdir}
|
||||
Reference in New Issue
Block a user