-
-
Notifications
You must be signed in to change notification settings - Fork 655
Closed
Milestone
Description
something went a bit wrong with testing of #28342, and in fact
#26932 breaks the use of givaro 4.0.4. One needs to apply
--- a/build/pkgs/givaro/spkg-configure.m4
+++ b/build/pkgs/givaro/spkg-configure.m4
@@ -1,5 +1,5 @@
SAGE_SPKG_CONFIGURE([givaro], [
- m4_pushdef([SAGE_GIVARO_MINVER],["40004"])
+ m4_pushdef([SAGE_GIVARO_MINVER],["40101"])
SAGE_SPKG_DEPCHECK([gmp mpir], [
AC_PATH_PROG([GIVAROCONFIG], [givaro-config])
AS_IF([test x$GIVAROCONFIG = x], [
Depends on #28342
Component: build: configure
Author: Dima Pasechnik
Branch/Commit: 2a2fa57
Reviewer: Isuru Fernando
Issue created by migration from https://trac.sagemath.org/ticket/28380