Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Trac #29631: new spkg-configure.m4 for linbox.
Browse files Browse the repository at this point in the history
This is essentially the file posted as an attachment on Trac 29631 by
Thierry Thomas. I've chosen to leave the lower bound at the latest
v1.6.3, since in the intervening months most distributions appear to
have updated.
  • Loading branch information
orlitzky committed Feb 7, 2022
1 parent 7afd361 commit 8128f66
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build/pkgs/linbox/spkg-configure.m4
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
SAGE_SPKG_CONFIGURE([linbox], [
SAGE_SPKG_DEPCHECK([fflas-ffpack flint fplll givaro gmp iml m4ri m4rie mpfr ntl], [
PKG_CHECK_MODULES([LINBOX],
[linbox >= 1.6.3],
[],
[sage_spkg_install_linbox=yes])
])
])

0 comments on commit 8128f66

Please sign in to comment.