hwloc: Disable tests on Cygwin.
svn path=/nixpkgs/trunk/; revision=34359
This commit is contained in:
parent
7fd5e26ede
commit
797fafd808
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user