Revert "openblas: avoid rebuilds on non-aarch64 temporarily"
This reverts commit 9a5be924c4.
This commit is contained in:
@@ -195,8 +195,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
url = "https://github.com/OpenMathLib/OpenBLAS/commit/7086a1b075ca317e12cfe79d40a32ad342a30496.patch";
|
||||
hash = "sha256-pA3HK2f2MJr/+h/uale7edIYk/KH194EscYFcsujPXY=";
|
||||
})
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isAarch64 [
|
||||
# Backport https://github.com/OpenMathLib/OpenBLAS/pull/5710
|
||||
# Work around miscompilation of the ARM64 non-SVE DDOT kernel
|
||||
(fetchpatch {
|
||||
|
||||
Reference in New Issue
Block a user