[SCM] an open source computer algebra system branch, cleanedupstream, updated. 6125e540ca6d66c307958938a9d53b245507c323

Bernhard R. Link brlink at debian.org
Tue Apr 24 15:54:42 UTC 2012


The following commit has been merged in the cleanedupstream branch:
commit ba5e87b5c69a8d806c3bd1b04459fd3fce253661
Author: Martin Lee <martinlee84 at web.de>
Date:   Tue Dec 20 10:42:42 2011 +0000

    chg: checking of FLINT version

diff --git a/factory/flint-check.m4 b/factory/flint-check.m4
index dffbb75..24c1cbe 100755
--- a/factory/flint-check.m4
+++ b/factory/flint-check.m4
@@ -32,7 +32,7 @@ AC_ARG_WITH(flint,
 	     fi],
 	     [FLINT_HOME_PATH="${DEFAULT_CHECKING_PATH}"])
 
-min_flint_version=ifelse([$1], ,2.2,$1)
+min_flint_version=ifelse([$1], ,2.3,$1)
 
 
 dnl Check for existence
@@ -65,7 +65,7 @@ if test -r "$FLINT_HOME/include/fmpz.h"; then
 	[
 	AC_TRY_RUN(
 	[#include <flint.h>
-	int main () { if (FLINT_MAJOR_VERSION < 2) return -1; else return 0; }	
+	int main () { if ((int) version[0] < 2) return -1; else return 0; }	
 	],[
 	flint_found="yes"	
 	break

-- 
an open source computer algebra system



More information about the debian-science-commits mailing list