Unverified Commit 8cbf5605 authored by John Ericson's avatar John Ericson Committed by GitHub
Browse files

Merge pull request #47355 from obsidiansystems/numpy-fortran

numpy, scipy: Fix some nativeBuildInputs
parents c701d6cb 84fc8149
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -11,7 +11,8 @@ buildPythonPackage rec {
  };

  disabled = isPyPy;
  buildInputs = [ gfortran pytest blas ];
  nativeBuildInputs = [ gfortran pytest ];
  buildInputs = [ blas ];

  patches = lib.optionals (python.hasDistutilsCxxPatch or false) [
    # We patch cpython/distutils to fix https://bugs.python.org/issue1222585
+2 −1
Original line number Diff line number Diff line
@@ -10,7 +10,8 @@ buildPythonPackage rec {
  };

  checkInputs = [ nose pytest ];
  buildInputs = [ gfortran numpy.blas ];
  nativeBuildInputs = [ gfortran ];
  buildInputs = [ numpy.blas ];
  propagatedBuildInputs = [ numpy ];

  # Remove tests because of broken wrapper