python312Packages.cypari2: drop obsolete patch

This commit is contained in:
Martin Weinelt
2024-10-24 04:06:57 +02:00
parent 38a6a21c24
commit b45fd290ad
@@ -2,7 +2,6 @@
lib,
buildPythonPackage,
python,
fetchpatch,
fetchPypi,
pari,
gmp,
@@ -24,16 +23,6 @@ buildPythonPackage rec {
hash = "sha256-gXYGv2YbcdM+HQEkIZB6T4+wndgbfT464Xmzl4Agu/E=";
};
patches = [
# patch to avoid some segfaults in sage's totallyreal.pyx test.
# (https://trac.sagemath.org/ticket/27267).
(fetchpatch {
name = "use-trashcan-for-gen.patch";
url = "https://raw.githubusercontent.com/sagemath/sage/b6ea17ef8e4d652de0a85047bac8d41e90b25555/build/pkgs/cypari/patches/trashcan.patch";
hash = "sha256-w4kktWb9/aR9z4CjrUvAMOxEwRN2WkubaKzQttN8rU8=";
})
];
preBuild = ''
# generate cythonized extensions (auto_paridecl.pxd is crucial)
${python.pythonOnBuildForHost.interpreter} setup.py build_ext --inplace