Backported from: From 426eb97ba762c7663884f57ead0909f2aa3cd6a5 Mon Sep 17 00:00:00 2001 From: Cyril Bouvier Date: Thu, 17 Jan 2019 16:32:19 +0100 Subject: [PATCH] Remove @LINBOXSAGE_LIBS@ from linbox.pc.in --- linbox.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linbox.pc.in b/linbox.pc.in index 278f127e4..c6b8091eb 100644 --- a/linbox.pc.in +++ b/linbox.pc.in @@ -9,6 +9,6 @@ Description: Exact Linear Algebra library URL: http://github.com/linbox-team/linbox Version: @VERSION@ Requires: fflas-ffpack >= 2.4.0, givaro >= 4.1.0 -Libs: -L${libdir} -llinbox @LINBOXSAGE_LIBS@ @NTL_LIBS@ @MPFR_LIBS@ @FPLLL_LIBS@ @IML_LIBS@ @FLINT_LIBS@ @OCL_LIBS@ +Libs: -L${libdir} -llinbox @NTL_LIBS@ @MPFR_LIBS@ @FPLLL_LIBS@ @IML_LIBS@ @FLINT_LIBS@ @OCL_LIBS@ Cflags: @DEFAULT_CFLAGS@ -DDISABLE_COMMENTATOR -I${includedir} @NTL_CFLAGS@ @MPFR_CFLAGS@ @FPLLL_CFLAGS@ @IML_CFLAGS@ @FLINT_CFLAGS@ \------------------------------------------------------- able class='tabs'> aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/flex.scm
AgeCommit message (Expand)Author
2020-03-21gnu: Remove flex@2.6.1....* gnu/packages/flex.scm (flex-2.6.1): Remove variable. Marius Bakke
2019-07-09gnu: flex: Remove superfluous input....The configure script will warn that "make indent" is unavailable, but apart from that this input is not actually used for the build process. * gnu/packages/flex.scm (flex)[inputs]: Remove INDENT. * gnu/packages/commencement.scm (flex-boot0)[inputs]: Likewise. Marius Bakke
2019-06-29gnu: flex: Build bison-for-tests sequentially....This is a followup to b1593c1c4fd8f4fc6df4c43cab51334426e3aa76. * gnu/packages/flex.scm (flex)[inputs](bison-for-tests): Use 'substitute-keyword-arguments' instead of overriding them altogether. This ensures that #:parallel-build? and #:parallel-tests? are preserved. Ludovic Courtès
2018-08-25gnu: flex: Update bison-for-tests to 3.0.5....* gnu/packages/flex.scm (flex)[inputs]: Make BISON-FOR-TESTS inherit source from BISON, and disable tests on it since they require flex. Marius Bakke
2018-05-23gnu: Use "code" instead of "indent"....This is a follow-up to commit e470abf8b789e61ae918a80f141e3c06afd44832. * gnu/packages/commencement.scm, gnu/packages/flex.scm: Use module "code" instead of "indent". Ricardo Wurmus