void-packages/srcpkgs/sagemath/patches/01-dont_link_ratpoints.patch
2022-02-03 14:31:06 +01:00

10 lines
293 B
Diff

- do not link ratpoints where it's not used
--- a/src/sage/schemes/elliptic_curves/descent_two_isogeny.pyx
+++ b/src/sage/schemes/elliptic_curves/descent_two_isogeny.pyx
@@ -1,5 +1,3 @@
-# distutils: libraries = ratpoints
-
r"""
Descent on elliptic curves over `\QQ` with a 2-isogeny
"""