aports/testing/openspecfun/openspecfun.pc
Jakub Jirutka f03a7db30b testing/openspecfun: new abuild
https://github.com/JuliaLang/openspecfun
A collection of special mathematical functions.
2016-06-09 19:26:06 +02:00

13 lines
316 B
PkgConfig

prefix=/usr
exec_prefix=${prefix}
includedir=${prefix}/include
libdir=${exec_prefix}/lib
Name: openspecfun
Version: @VERSION@
URL: https://github.com/JuliaLang/openspecfun
Description: A collection of special mathematical functions
Requires.private: openlibm
Cflags: -I${includedir}
Libs: -L${libdir} -lopenspecfun