mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
13 lines
316 B
PkgConfig
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
|