Raw File
givaro.pc.in
/------------------ givaro.pc ------------------------
prefix=@prefix@
exec_prefix=@prefix@
libdir=@prefix@/lib
includedir=@prefix@/include

Name: Givaro
Description: C++ library for arithmetic and algebraic computations
URL: https://casys.gricad-pages.univ-grenoble-alpes.fr/givaro
Version: @VERSION@
Requires:
Libs: -L@libdir@ -lgivaro @LIBS@
Cflags: -I@includedir@ @REQUIRED_FLAGS@
\-------------------------------------------------------
back to top