hwloc: Disable tests on Cygwin.

svn path=/nixpkgs/trunk/; revision=34359
This commit is contained in:
Ludovic Courtès 2012-06-05 12:29:03 +00:00
parent 7fd5e26ede
commit 797fafd808

View File

@ -33,7 +33,9 @@ stdenv.mkDerivation rec {
-e "s|-lnuma|-L$numalibdir -lnuma|g"
'';
doCheck = true;
# XXX: A test hangs on Cygwin, see
# <http://hydra.bordeaux.inria.fr/build/51474/nixlog/1/raw>.
doCheck = !stdenv.isCygwin;
meta = {
description = "hwloc, a portable abstraction of hierarchical architectures for high-performance computing";