diff options
Diffstat (limited to 'math/py-cypari2/files/patch-cypari2_paridecl.pxd')
-rw-r--r-- | math/py-cypari2/files/patch-cypari2_paridecl.pxd | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/math/py-cypari2/files/patch-cypari2_paridecl.pxd b/math/py-cypari2/files/patch-cypari2_paridecl.pxd deleted file mode 100644 index c01ae1f8a0ac..000000000000 --- a/math/py-cypari2/files/patch-cypari2_paridecl.pxd +++ /dev/null @@ -1,11 +0,0 @@ ---- cypari2/paridecl.pxd.orig 2019-04-23 10:57:51 UTC -+++ cypari2/paridecl.pxd -@@ -3850,7 +3850,7 @@ cdef extern from *: # PARI headers already include - GEN glcm0(GEN x, GEN y) - GEN gp_factor0(GEN x, GEN flag) - GEN idealfactorback(GEN nf, GEN L, GEN e, int red) -- long isirreducible(GEN x) -+ long polisirreducible "isirreducible"(GEN x) - GEN newtonpoly(GEN x, GEN p) - GEN nffactorback(GEN nf, GEN L, GEN e) - GEN nfrootsQ(GEN x) |