gsl: Disable tests on aarch64
https://hydra.nixos.org/build/70700906 I opened an upstream bug, but their bug system is e-mail based and I haven't got a single reply which contains an web link :(
This commit is contained in:
parent
63c6c2dbdc
commit
af16d71e88
@ -13,7 +13,8 @@ stdenv.mkDerivation rec {
|
||||
./disable-fma.patch # http://lists.gnu.org/archive/html/bug-gsl/2011-11/msg00019.html
|
||||
];
|
||||
|
||||
doCheck = stdenv.system != "i686-linux"; # https://lists.gnu.org/archive/html/bug-gsl/2015-11/msg00012.html
|
||||
# https://lists.gnu.org/archive/html/bug-gsl/2015-11/msg00012.html
|
||||
doCheck = stdenv.system != "i686-linux" && stdenv.system != "aarch64-linux";
|
||||
|
||||
meta = {
|
||||
description = "The GNU Scientific Library, a large numerical library";
|
||||
|
Loading…
x
Reference in New Issue
Block a user