diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2016-08-17 15:30:54 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-08-17 15:33:30 +0200 |
commit | 170331ecc2893156d7f013edaf1f1d80d59252ba (patch) | |
tree | 97694330b5462dfbd9ec8749529b5890c4826ee6 /community/openspecfun/openspecfun.pc | |
parent | bd79fb5959660a944f96013dfe704c7722e5020d (diff) | |
download | aports-170331ecc2893156d7f013edaf1f1d80d59252ba.tar.bz2 aports-170331ecc2893156d7f013edaf1f1d80d59252ba.tar.xz |
community/openspecfun: move from testing
Diffstat (limited to 'community/openspecfun/openspecfun.pc')
-rw-r--r-- | community/openspecfun/openspecfun.pc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/community/openspecfun/openspecfun.pc b/community/openspecfun/openspecfun.pc new file mode 100644 index 0000000000..52c0afd81d --- /dev/null +++ b/community/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 |