openblas: 0.3.10 -> 0.3.12
This commit is contained in:
@@ -114,7 +114,7 @@ stdenv.mkDerivation rec {
|
||||
owner = "xianyi";
|
||||
repo = "OpenBLAS";
|
||||
rev = "v${version}";
|
||||
sha256 = "174id98ga82bhz2v7sy9yj6pqy0h0088p3mkdikip69p9rh3d17b";
|
||||
sha256 = "0mk1kjkr96bvvcq2zigzjrs0cnhwsf6gfi0855mp9yifn8lvp20y";
|
||||
};
|
||||
|
||||
inherit blas64;
|
||||
@@ -144,12 +144,6 @@ stdenv.mkDerivation rec {
|
||||
buildPackages.stdenv.cc
|
||||
];
|
||||
|
||||
# Disable an optimisation which seems to cause issues, pending an
|
||||
# upstream fix: https://github.com/xianyi/OpenBLAS/issues/2496
|
||||
patches = stdenv.lib.optionals stdenv.hostPlatform.isAarch64 [
|
||||
./0001-Disable-optimised-aarch64-dgemm_beta-pending-fix.patch
|
||||
];
|
||||
|
||||
makeFlags = mkMakeFlagsFromConfig (config // {
|
||||
FC = "${stdenv.cc.targetPrefix}gfortran";
|
||||
CC = "${stdenv.cc.targetPrefix}${if stdenv.cc.isClang then "clang" else "cc"}";
|
||||
|
||||
Reference in New Issue
Block a user