3
0
Fork 0
forked from mirrors/nixpkgs

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