3
0
Fork 0
forked from mirrors/nixpkgs

gsl: Disable tests on i686-linux

http://hydra.nixos.org/build/32624041
This commit is contained in:
Eelco Dolstra 2016-03-02 17:51:32 +01:00
parent 4bb9117992
commit dd1f01ec11

View file

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
./disable-fma.patch # http://lists.gnu.org/archive/html/bug-gsl/2011-11/msg00019.html
];
doCheck = true;
doCheck = stdenv.system != "i686-linux"; # https://lists.gnu.org/archive/html/bug-gsl/2015-11/msg00012.html
meta = {
description = "The GNU Scientific Library, a large numerical library";