Revision 396fd5153d1fe81e12f0b41fc72717aa2d3012d2 authored by Hans Schoenemann on 25 March 2020, 21:40:28 UTC, committed by Hans Schoenemann on 25 March 2020, 21:40:28 UTC
1 parent 4da6ec1
Raw File
Singular.pc.in
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: libSingular
Description: The Singular high level functionality
Version: @PACKAGE_VERSION@
URL: https://github.com/Singular/Sources/

Requires: @PKG_REQUIRE@ libpolys
Conflicts:

Cflags: -I${includedir} -I${includedir}/singular @SINGULAR_CFLAGS@
Libs: -L${libdir} -lSingular @USEPPROCSDYNAMICLD@
Libs.private:

back to top