python3Packages.blis: BLIS only supports x86_64
This commit is contained in:
@@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user