diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2016-06-04 00:38:00 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-06-09 19:26:06 +0200 |
commit | f03a7db30b69de26efac73b867d383f8f2ccd174 (patch) | |
tree | 66b80fda35448636bdcc0305911bb6f37d08ee1e /testing/openspecfun/openspecfun.pc | |
parent | 25cd7abbb74807e57b9436f4e45a4247ce4a2035 (diff) | |
download | aports-f03a7db30b69de26efac73b867d383f8f2ccd174.tar.gz aports-f03a7db30b69de26efac73b867d383f8f2ccd174.tar.bz2 aports-f03a7db30b69de26efac73b867d383f8f2ccd174.tar.xz |
testing/openspecfun: new abuild
https://github.com/JuliaLang/openspecfun
A collection of special mathematical functions.
Diffstat (limited to 'testing/openspecfun/openspecfun.pc')
-rw-r--r-- | testing/openspecfun/openspecfun.pc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/openspecfun/openspecfun.pc b/testing/openspecfun/openspecfun.pc new file mode 100644 index 0000000000..52c0afd81d --- /dev/null +++ b/testing/openspecfun/openspecfun.pc @@ -0,0 +1,12 @@ +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 |