https://github.com/linbox-team/fflas-ffpack
Revision 116b5add4be78a9038ddd2aaeb6a3923b83e9900 authored by Clement Pernet on 14 October 2016, 12:15:12 UTC, committed by Clement Pernet on 14 October 2016, 12:15:12 UTC
1 parent 812a025
Raw File
Tip revision: 116b5add4be78a9038ddd2aaeb6a3923b83e9900 authored by Clement Pernet on 14 October 2016, 12:15:12 UTC
merge with master including the new GaussJordan with Tile Rec basecase
Tip revision: 116b5ad
fflas-ffpack.pc.in
/------------------ fflas-ffpack.pc ------------------------
prefix=@prefix@
exec_prefix=@prefix@
libdir=@prefix@/lib
includedir=@prefix@/include

Name: fflas-ffpack
Description: Finite Field Linear Algebra Suroutines/Package
URL: http://github.com/linbox-team/fflas-ffpack
Version: @VERSION@
Requires: givaro >= 4.0.1
Libs: @PARLIBS@ @PRECOMPILE_LIBS@ @CBLAS_LIBS@
Cflags: -I@includedir@ @DEFAULT_CFLAGS@ @CBLAS_FLAG@ @CXXFLAGS@ @PARFLAGS@ @PRECOMPILE_FLAGS@
\-------------------------------------------------------
back to top