[SCM] linbox: library for exact linear algebra branch, master, updated. upstream/1.2.0-27-g5703172
Lifeng Sun
lifongsun at gmail.com
Mon Jun 11 15:27:21 UTC 2012
The following commit has been merged in the master branch:
commit c792178525da7b92aa8dfdcf23e51cfde63d7d91
Author: Lifeng Sun <lifongsun at gmail.com>
Date: Fri Jun 8 21:45:05 2012 +0800
Remove patch multiarch-libntl.patch.
diff --git a/debian/patches/multiarch-libntl.patch b/debian/patches/multiarch-libntl.patch
deleted file mode 100644
index 9c07481..0000000
--- a/debian/patches/multiarch-libntl.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/macros/sage-check.m4 b/macros/sage-check.m4
-index eb12be4..e190253 100644
---- a/macros/sage-check.m4
-+++ b/macros/sage-check.m4
-@@ -17,7 +17,7 @@ if test "x$HAVE_NTL" = "xyes" ; then
- dnl AC_CHECK_TOOL(OBJDUMP, objdump, false)
- AC_MSG_CHECKING([whether NTL was built with -fPIC])
- res=yes;
--$OBJDUMP --reloc $NTL_HOME/lib/libntl.a | $EGREP '(GOT|PLT|JU?MP_SLOT)' >/dev/null || res=no
-+$OBJDUMP --reloc /usr/lib/$DEB_HOST_MULTIARCH/libntl.a | $EGREP '(GOT|PLT|JU?MP_SLOT)' >/dev/null || res=no
- if test "x$res" = "xno" ; then
- AC_MSG_RESULT(no)
- echo
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 2a8db27..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-multiarch-libntl.patch
--
linbox: library for exact linear algebra
More information about the debian-science-commits
mailing list