cloog: fix build by using isl_0_14 (ZHF)

This commit is contained in:
Luca Bruno 2015-07-09 10:38:22 +02:00
parent 906be98e0d
commit 5c57369fc4

View File

@ -1147,7 +1147,10 @@ let
inherit (perlPackages) perl AlgorithmDiff RegexpCommon;
};
cloog = callPackage ../development/libraries/cloog { };
cloog = callPackage ../development/libraries/cloog {
isl = isl_0_14;
};
cloog_0_18_0 = callPackage ../development/libraries/cloog/0.18.0.nix {
isl = isl_0_11;
};