bicatali    14/03/18 16:24:02

  Modified:             singular-3.1.6-ntl6compat.patch
  Log:
  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)

Revision  Changes    Path
1.2                  
sci-mathematics/singular/files/singular-3.1.6-ntl6compat.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/files/singular-3.1.6-ntl6compat.patch?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/files/singular-3.1.6-ntl6compat.patch?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/files/singular-3.1.6-ntl6compat.patch?r1=1.1&r2=1.2

Index: singular-3.1.6-ntl6compat.patch
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/sci-mathematics/singular/files/singular-3.1.6-ntl6compat.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- singular-3.1.6-ntl6compat.patch     11 Mar 2014 19:07:23 -0000      1.1
+++ singular-3.1.6-ntl6compat.patch     18 Mar 2014 16:24:02 -0000      1.2
@@ -4,7 +4,7 @@
 ===================================================================
 --- 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 @@
 +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




Reply via email to