cloog: fix build by using isl_0_14 (ZHF)
This commit is contained in:
parent
906be98e0d
commit
5c57369fc4
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user