summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2015-09-15 15:05:03 (GMT)
committerBryan Hundven <bryanhundven@gmail.com>2015-09-15 15:05:03 (GMT)
commit51aba45e9929ceb5239ec014a507d9be1cb291e6 (patch)
tree637f39236abd6143ab8da657ef9709ad75c4a6d4
parentb6342809d005ea2b0d24406eff52b6bac4ec0eee (diff)
parented647a79b0cc567e620bf32a82098705ba598087 (diff)
Merge pull request #175 from jasmin-j/fix_isl_constraints
Fixed issue 173 and 174.
-rw-r--r--config/companion_libs/isl.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/companion_libs/isl.in b/config/companion_libs/isl.in
index 4f6ee36..1db51b3 100644
--- a/config/companion_libs/isl.in
+++ b/config/companion_libs/isl.in
@@ -9,19 +9,19 @@ choice
config ISL_V_0_15
bool
prompt "0.15"
- depends on CLOOG_0_18_4_or_later
+ depends on CC_GCC_5_1_or_later
select ISL_V_0_15_or_later
config ISL_V_0_14
bool
prompt "0.14"
- depends on CLOOG_0_18_4_or_later
+ depends on CLOOG_0_18_4_or_later || CC_GCC_5_1_or_later
select ISL_V_0_14_or_later
config ISL_V_0_12_2
bool
prompt "0.12.2"
- depends on ! CLOOG_0_18_4_or_later
+ depends on ! CLOOG_0_18_4_or_later || CC_GCC_5_1_or_later
select ISL_V_0_12_or_later
config ISL_V_0_11_1