3
0
Fork 0
forked from mirrors/nixpkgs

cloog: 0.18.0 -> 0.18.3

This commit is contained in:
William A. Kennington III 2015-03-25 23:29:14 -07:00
parent 8af39c1cf7
commit 5cd11989c5

View file

@ -1,11 +1,11 @@
{ fetchurl, stdenv, gmp, isl }:
stdenv.mkDerivation rec {
name = "cloog-0.18.0";
name = "cloog-0.18.3";
src = fetchurl {
url = "http://www.bastoul.net/cloog/pages/download/count.php3?url=./${name}.tar.gz";
sha256 = "1c4aa8dde7886be9cbe0f9069c334843b21028f61d344a2d685f88cb1dcf2228";
sha256 = "0d4pqs4rs1qx0302wpv06ww1nwyg4yv5cw9qpfzxz36b19s6q326";
};
buildInputs = [ gmp ];
@ -14,7 +14,8 @@ stdenv.mkDerivation rec {
configureFlags = [ "--with-isl=system" ];
enableParallelBuilding = true;
# Breaks the test cases
#enableParallelBuilding = true;
doCheck = true;