blob: 52c0afd81d63864f91d7747a81423c9a235df075 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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
|