openblas: disable checks on i686-linux
(cherry picked from commit 89e0f58061bbae3fb73505d8fd7366bdeca08f28)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user