mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-17 04:28:31 +00:00
pypyPackages.numpy: Enable.
It Just Works now that everybody's versions have been bumped.
This commit is contained in:
parent
9ca78d4a43
commit
1b2e1b552b
@ -1,4 +1,4 @@
|
||||
{ stdenv, lib, fetchPypi, python, buildPythonPackage, isPyPy, gfortran, pytest, blas, writeTextFile }:
|
||||
{ stdenv, lib, fetchPypi, python, buildPythonPackage, gfortran, pytest, blas, writeTextFile }:
|
||||
|
||||
let
|
||||
blasImplementation = lib.nameFromURL blas.name "-";
|
||||
@ -24,7 +24,6 @@ in buildPythonPackage rec {
|
||||
sha256 = "1c4inssky16p6ab63n1gass6dik1dzxrp3y7kmxbdq6xg4w2wsbc";
|
||||
};
|
||||
|
||||
disabled = isPyPy;
|
||||
nativeBuildInputs = [ gfortran pytest ];
|
||||
buildInputs = [ blas ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user