Revert "openblas: avoid rebuilds on non-aarch64 temporarily"

This reverts commit 9a5be924c4.
This commit is contained in:
Vladimír Čunát
2026-04-11 12:03:01 +02:00
parent 913117954b
commit 88fa9f0fe0
@@ -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 {