1
0
Fork 1
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:
Daniël de Kok 2020-11-29 08:48:09 +01:00
parent 1656162722
commit fa79b67d5d

View file

@ -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 ];
};
}