mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
python3Packages.blis: BLIS only supports x86_64
This commit is contained in:
parent
1656162722
commit
fa79b67d5d
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ buildPythonPackage rec {
|
||||||
description = "BLAS-like linear algebra library";
|
description = "BLAS-like linear algebra library";
|
||||||
homepage = "https://github.com/explosion/cython-blis";
|
homepage = "https://github.com/explosion/cython-blis";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
|
platforms = platforms.x86_64;
|
||||||
maintainers = with maintainers; [ danieldk ];
|
maintainers = with maintainers; [ danieldk ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue