summarylogtreecommitdiffstats
path: root/sagemath-linbox-1.7.patch
diff options
context:
space:
mode:
authorAntonio Rojas2023-02-13 21:53:47 +0100
committerAntonio Rojas2023-02-13 21:53:47 +0100
commit8a7ae1055c40626088f6bc44f6dc7af5f88532e8 (patch)
tree7549a760a3c0dacf80bbe2bbdab5887b0e088b98 /sagemath-linbox-1.7.patch
parentc84c58eb42d2d88ec09b42715ed827f8875347c0 (diff)
downloadaur-8a7ae1055c40626088f6bc44f6dc7af5f88532e8.tar.gz
Switch to new upstream repo
Diffstat (limited to 'sagemath-linbox-1.7.patch')
-rw-r--r--sagemath-linbox-1.7.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/sagemath-linbox-1.7.patch b/sagemath-linbox-1.7.patch
index 8106ab9f6876..6cbbc874c9d6 100644
--- a/sagemath-linbox-1.7.patch
+++ b/sagemath-linbox-1.7.patch
@@ -47,7 +47,7 @@ diff --git a/src/sage/matrix/matrix_modn_dense_template.pxi b/src/sage/matrix/ma
index 010365d..3d60726 100644
--- a/src/sage/matrix/matrix_modn_dense_template.pxi
+++ b/src/sage/matrix/matrix_modn_dense_template.pxi
-@@ -219,7 +219,7 @@ cdef inline linbox_echelonize_efd(celement modulus, celement* entries, Py_ssize_
+@@ -221,7 +221,7 @@ cdef inline linbox_echelonize_efd(celement modulus, celement* entries, Py_ssize_
return 0,[]
cdef ModField *F = new ModField(<long>modulus)