summarylogtreecommitdiffstats
path: root/sagemath-singular-4.1.2.patch
diff options
context:
space:
mode:
authorAntonio Rojas2020-05-25 10:19:17 +0000
committerAntonio Rojas2020-05-25 10:19:17 +0000
commit6d869f2369c49bebbc5a5055e3e6861c2ed3b58b (patch)
tree53cb56c1aaf67ba96d22f564f5271873b4ab6ae9 /sagemath-singular-4.1.2.patch
parent827b2535c0fe36d11561d558a108a3b51fb3a4ab (diff)
downloadaur-6d869f2369c49bebbc5a5055e3e6861c2ed3b58b.tar.gz
Sync with stable
Diffstat (limited to 'sagemath-singular-4.1.2.patch')
-rw-r--r--sagemath-singular-4.1.2.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/sagemath-singular-4.1.2.patch b/sagemath-singular-4.1.2.patch
index 0bc72c46aa4d..dfa84676c61b 100644
--- a/sagemath-singular-4.1.2.patch
+++ b/sagemath-singular-4.1.2.patch
@@ -642,7 +642,7 @@ index 962205f..1c9a81d 100644
The ideals must share the same ring::
-@@ -4005,9 +4005,9 @@ class MPolynomialIdeal( MPolynomialIdeal_singular_repr, \
+@@ -4106,9 +4106,9 @@ class MPolynomialIdeal( MPolynomialIdeal_singular_repr, \
sage: P.<a,b,c> = PolynomialRing(ZZ,3)
sage: I = P * (a + 2*b + 2*c - 1, a^2 - a + 2*b^2 + 2*c^2, 2*a*b + 2*b*c - b)
sage: I.groebner_basis()