openblas: disable checks on i686-linux

(cherry picked from commit 89e0f58061bbae3fb73505d8fd7366bdeca08f28)
This commit is contained in:
Atemu
2026-06-24 14:51:02 +02:00
committed by Vladimír Čunát
parent da344b8766
commit fef886e90e
@@ -271,7 +271,9 @@ stdenv.mkDerivation (finalAttrs: {
(lib.cmakeBool "USE_OPENMP" false) # openblas will refuse building with both USE_OPENMP=ON and USE_THREAD=OFF
];
doCheck = true;
# FIXME: this broke some time between a0374025a863d007d98e3297f6aa46cc3141c2f0 and 34268251cf5547d39063f2c5ea9a196246f7f3a6
# This just serves to unbreak stable
doCheck = stdenv.hostPlatform.system != "i686-linux";
postInstall = ''
# Provide headers in /include directly for compat with some consumers like flint