blob: 52c0afd81d63864f91d7747a81423c9a235df075 (
plain) (
tree)
|
|
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
|