Skip to content

Commit

Permalink
increase versions required from system
Browse files Browse the repository at this point in the history
  • Loading branch information
tornaria committed Nov 7, 2023
1 parent 62f35d4 commit 6fbfcc3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/pkgs/fflas_ffpack/spkg-configure.m4
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SAGE_SPKG_CONFIGURE([fflas_ffpack], [
# the system fflas-ffpack, too. Use pkg-config to find a
# recentish version, if there is one.
PKG_CHECK_MODULES([FFLAS_FFPACK],
[fflas-ffpack >= 2.4.0],
[fflas-ffpack >= 2.5.0],
[sage_spkg_install_fflas_ffpack=no],
[sage_spkg_install_fflas_ffpack=yes])
])
Expand Down
4 changes: 2 additions & 2 deletions build/pkgs/givaro/spkg-configure.m4
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SAGE_SPKG_CONFIGURE([givaro], [
m4_pushdef([SAGE_GIVARO_MINVER],["40101"])
m4_pushdef([SAGE_GIVARO_LTVER],["40200"])
m4_pushdef([SAGE_GIVARO_MINVER],["40200"])
m4_pushdef([SAGE_GIVARO_LTVER],["40300"])
SAGE_SPKG_DEPCHECK([gmp], [
AC_PATH_PROG([GIVAROCONFIG], [givaro-config])
AS_IF([test x$GIVAROCONFIG = x], [
Expand Down
2 changes: 1 addition & 1 deletion build/pkgs/linbox/spkg-configure.m4
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
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 linbox <= 1.6.4],
[linbox >= 1.7.0 linbox <= 1.7.0],
[sage_spkg_install_linbox=no],
[sage_spkg_install_linbox=yes])
])
Expand Down

0 comments on commit 6fbfcc3

Please sign in to comment.