summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2014-03-18 16:24:02 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2014-03-18 16:24:02 +0000
commit9f33f83745dd0f0f984b4ebfc6d29336860d0c5c (patch)
tree5f723d1b697011a35aa685b9b23954dabbe4a2b4 /sci-mathematics
parentx86 stable wrt security bug #504890 . Remove old. (diff)
downloadgentoo-2-9f33f83745dd0f0f984b4ebfc6d29336860d0c5c.tar.gz
gentoo-2-9f33f83745dd0f0f984b4ebfc6d29336860d0c5c.tar.bz2
gentoo-2-9f33f83745dd0f0f984b4ebfc6d29336860d0c5c.zip
updated patch for ntl-6 compatibility with newer g++, thanks Helmut Jarausch, bug #504196
(Portage version: 2.2.8-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/singular/ChangeLog7
-rw-r--r--sci-mathematics/singular/files/singular-3.1.6-ntl6compat.patch3
2 files changed, 8 insertions, 2 deletions
diff --git a/sci-mathematics/singular/ChangeLog b/sci-mathematics/singular/ChangeLog
index 95592b0b74fe..c786c20706c3 100644
--- a/sci-mathematics/singular/ChangeLog
+++ b/sci-mathematics/singular/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-mathematics/singular
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.55 2014/03/11 19:07:22 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.56 2014/03/18 16:24:02 bicatali Exp $
+
+ 18 Mar 2014; Sébastien Fabbro <bicatali@gentoo.org>
+ files/singular-3.1.6-ntl6compat.patch:
+ updated patch for ntl-6 compatibility with newer g++, thanks Helmut Jarausch,
+ bug #504196
*singular-3.1.6 (11 Mar 2014)
diff --git a/sci-mathematics/singular/files/singular-3.1.6-ntl6compat.patch b/sci-mathematics/singular/files/singular-3.1.6-ntl6compat.patch
index 2fcbcba33e02..b0330ccdfc86 100644
--- a/sci-mathematics/singular/files/singular-3.1.6-ntl6compat.patch
+++ b/sci-mathematics/singular/files/singular-3.1.6-ntl6compat.patch
@@ -4,7 +4,7 @@ Index: Singular/claptmpl.cc
===================================================================
--- a/Singular/claptmpl.cc
+++ b/Singular/claptmpl.cc
-@@ -123,3 +123,36 @@ template class std::list<PolyMinorValue>;
+@@ -123,3 +123,37 @@ template class std::list<PolyMinorValue>;
template class Cache<MinorKey, IntMinorValue>;
template class Cache<MinorKey, PolyMinorValue>;
@@ -38,6 +38,7 @@ Index: Singular/claptmpl.cc
+template class Vec<Pair<GF2X, long> >;
+template void swap<zz_pE>(Vec<zz_pE>&, Vec<zz_pE>&);
+template long operator==<zz_p>(Vec<zz_p> const&, Vec<zz_p> const&);
++template Vec<Pair<zz_pX, long> >& Vec<Pair<zz_pX, long> >::operator=(const Vec<Pair<zz_pX, long> >&);
+#endif
+
+#endif