From b8c784f061e5153f61332ce65c335a42c0ab7702 Mon Sep 17 00:00:00 2001 From: Allen Nelson Date: Tue, 3 Nov 2015 16:26:29 -0600 Subject: patch to remove large file test in numpy --- pkgs/top-level/python-packages.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'pkgs/top-level') diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index f6ad5d2a8974..5550b09645eb 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -10202,6 +10202,12 @@ let buildInputs = [ pkgs.gfortran self.nose ]; propagatedBuildInputs = [ support.openblas ]; + # This patch removes the test of large file support, which takes forever + # and can cause the machine to run out of disk space when run. + patchPhase = '' + patch -p0 < ${../development/python-modules/numpy-no-large-files.patch} + ''; + meta = { description = "Scientific tools for Python"; homepage = "http://numpy.scipy.org/"; -- cgit 1.4.1