[SCM] an open source computer algebra system branch, cleanedupstream, updated. 6125e540ca6d66c307958938a9d53b245507c323
Bernhard R. Link
brlink at debian.org
Tue Apr 24 15:54:41 UTC 2012
The following commit has been merged in the cleanedupstream branch:
commit 013cd9db793a8e0a82f1574d57cc1b1eeb052dbf
Author: Martin Lee <martinlee84 at web.de>
Date: Tue Dec 20 10:05:23 2011 +0000
chg: check for Flint 2.3 in configure
diff --git a/Singular/configure.in b/Singular/configure.in
index 618c86c..7785d87 100644
--- a/Singular/configure.in
+++ b/Singular/configure.in
@@ -1260,7 +1260,7 @@ else
AC_MSG_RESULT(no)
fi
-LB_CHECK_FLINT(2.2,,AC_MSG_WARN([Unable to find FLINT (which is strongly recommended) on your machine: please use --with-flint=PATH_TO_DIR_CONTAINING_LIB_AND_INCLUDE (see also ./configure --help if you do not understand what we are talking about)]))
+LB_CHECK_FLINT(2.3,,AC_MSG_WARN([Unable to find FLINT (which is strongly recommended) on your machine: please use --with-flint=PATH_TO_DIR_CONTAINING_LIB_AND_INCLUDE (see also ./configure --help if you do not understand what we are talking about)]))
if test "x$flint_found" = "xyes"; then
includedir= "${FLINT_HOME}/include ${includedir}"
diff --git a/factory/configure.in b/factory/configure.in
index 224f7f2..658954b 100644
--- a/factory/configure.in
+++ b/factory/configure.in
@@ -278,7 +278,7 @@ if test "x$gmp_in_installation" != xyes; then
])
fi
-LB_CHECK_FLINT(2.2,,AC_MSG_WARN([Unable to find FLINT (which is strongly recommended) on your machine: please use --with-flint=PATH_TO_DIR_CONTAINING_LIB_AND_INCLUDE (see also ./configure --help if you do not understand what we are talking about)]))
+LB_CHECK_FLINT(2.3,,AC_MSG_WARN([Unable to find FLINT (which is strongly recommended) on your machine: please use --with-flint=PATH_TO_DIR_CONTAINING_LIB_AND_INCLUDE (see also ./configure --help if you do not understand what we are talking about)]))
AC_CHECK_HEADERS(stdio.h stdlib.h string.h time.h math.h, ,
[ AC_MSG_ERROR(C header files not found) ])
--
an open source computer algebra system
More information about the debian-science-commits
mailing list