From 9c5525bb3b4892f7796178ccc0f551214be68a56 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Sat, 30 Nov 2024 20:20:09 +0100 Subject: [PATCH] scipy: test by removing patch --- pkgs/development/python-modules/scipy/default.nix | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/pkgs/development/python-modules/scipy/default.nix b/pkgs/development/python-modules/scipy/default.nix index e5b2db20a1c07..6551d8f4d0dde 100644 --- a/pkgs/development/python-modules/scipy/default.nix +++ b/pkgs/development/python-modules/scipy/default.nix @@ -83,14 +83,9 @@ buildPythonPackage { fetchSubmodules = true; }; - patches = [ - # Helps with cross compilation, see https://github.com/scipy/scipy/pull/18167 - (fetchpatch { - url = "https://github.com/scipy/scipy/commit/dd50ac9d98dbb70625333a23e3a90e493228e3be.patch"; - hash = "sha256-Vf6/hhwu6X5s8KWhq8bUZKtSkdVu/GtEpGtj8Olxe7s="; - excludes = [ "doc/source/dev/contributor/meson_advanced.rst" ]; - }) - ]; + patches = + [ + ]; # Upstream says in a comment in their pyproject.toml that building against # both numpy 2 and numpy 1 should work, but they seem to worry about numpy