liblapack: disable select tests on all darwin platforms (#116779)
This commit is contained in:
parent
06c5ea2a14
commit
d4d14bd4b6
@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
|
|||||||
#
|
#
|
||||||
# Upstream issue to track:
|
# Upstream issue to track:
|
||||||
# * https://github.com/Reference-LAPACK/lapack/issues/440
|
# * https://github.com/Reference-LAPACK/lapack/issues/440
|
||||||
ctestArgs = lib.optionalString (stdenv.isDarwin && stdenv.isAarch64) "-E '^(CBLAS-(x[sdcz]cblat[23]))$'";
|
ctestArgs = lib.optionalString stdenv.isDarwin "-E '^(CBLAS-(x[sdcz]cblat[23]))$'";
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
runHook preCheck
|
runHook preCheck
|
||||||
|
Loading…
x
Reference in New Issue
Block a user