Disable PPL tests (although maybe we did not reach a consensus, let's disable

it for the possible massive stdenv rebuilds to come)


svn path=/nixpkgs/branches/stdenv-updates/; revision=19530
This commit is contained in:
Lluís Batlle i Rossell 2010-01-18 22:47:45 +00:00
parent 3b37933dd4
commit ec59bcbf37

View file

@ -15,7 +15,7 @@ let version = "0.10.2"; in
# Beware! It took ~6 hours to compile PPL and run its tests on a 1.2 GHz
# x86_64 box. Nevertheless, being a dependency of GCC, it probably ought
# to be tested.
doCheck = true;
doCheck = false;
meta = {
description = "PPL: The Parma Polyhedra Library";