pythonPackages.blis: 0.2.4 -> 0.4.0
Major changes: - Update vendored blis to 0.5.1 - Change license to BSD - Support for read-only numpy arrays
This commit is contained in:
parent
3f63225309
commit
2dc3bf1d1b
@ -9,11 +9,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "blis";
|
pname = "blis";
|
||||||
version = "0.2.4";
|
version = "0.4.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0c5hd0bim9134sk8wb31cqzvi9c380rbl5zwjiwrq8nnix8a2k1d";
|
sha256 = "1khh02z6wryrnrxlx2wrxzhaqsg5hlgypy0643rvi4zcqanvdpym";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -31,7 +31,7 @@ buildPythonPackage rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
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.mit;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ danieldk ];
|
maintainers = with maintainers; [ danieldk ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user