mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 22:50:49 +00:00
python3Packages.blis: BLIS only supports x86_64
This commit is contained in:
parent
1656162722
commit
fa79b67d5d
|
@ -34,6 +34,7 @@ buildPythonPackage rec {
|
|||
description = "BLAS-like linear algebra library";
|
||||
homepage = "https://github.com/explosion/cython-blis";
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.x86_64;
|
||||
maintainers = with maintainers; [ danieldk ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue