openblas: 0.2.20 -> 0.3.0 (#41054)
This commit is contained in:
parent
838a38c4c7
commit
9d1d274928
@ -77,13 +77,13 @@ let
|
|||||||
then blas64_
|
then blas64_
|
||||||
else hasPrefix "x86_64" stdenv.system;
|
else hasPrefix "x86_64" stdenv.system;
|
||||||
|
|
||||||
version = "0.2.20";
|
version = "0.3.0";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "openblas-${version}";
|
name = "openblas-${version}";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/xianyi/OpenBLAS/archive/v${version}.tar.gz";
|
url = "https://github.com/xianyi/OpenBLAS/archive/v${version}.tar.gz";
|
||||||
sha256 = "157kpkbpwlr57dkmqiwr3qp9fglfidagv7l6fibrhln6v4aqpwsy";
|
sha256 = "18giv3lsh8cva01z4rhsx8jvgliknni0jp7vxkc69qxb14vm8lfg";
|
||||||
name = "openblas-${version}.tar.gz";
|
name = "openblas-${version}.tar.gz";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user