swh:1:snp:da818bf8900aa772999896546db83b8e9cbe9f6f
Raw File
Tip revision: 5a63bd17a83030740eb27a980fe14a7a37f47efe authored by Software Heritage on 11 June 2019, 08:09:30 UTC
hal: Deposit 296 in collection hal
Tip revision: 5a63bd1
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