forked from mirrors/nixpkgs
cloog: 0.18.0 -> 0.18.3
This commit is contained in:
parent
8af39c1cf7
commit
5cd11989c5
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue