summaryrefslogtreecommitdiff
path: root/config/companion_libs
diff options
context:
space:
mode:
authordanielrubiob <danielrubiob@gmail.com>2014-02-11 20:34:48 (GMT)
committerdanielrubiob <danielrubiob@gmail.com>2014-02-11 20:34:48 (GMT)
commit42a15eb1c70315c4cbbe552c46ca174321ea05ba (patch)
treec9f503bcd93fc36508951f0605f653718bed1372 /config/companion_libs
parentcdf11a4104db059c0aceb6fa3b20181472c94384 (diff)
complibs/cloog: bump version
Signed-off-by: Daniel Rubio Bonilla <danielrubiob@gmail.com> [yann.morin.1998@free.fr: re-order versions] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Cody P Schafer <dev@codyps.com> Message-Id: <c2de3964cd6d5e4173cc.1391984023@uemo> Patchwork-Id: 318637
Diffstat (limited to 'config/companion_libs')
-rw-r--r--config/companion_libs/cloog.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/companion_libs/cloog.in b/config/companion_libs/cloog.in
index 1f58731..6f6a776 100644
--- a/config/companion_libs/cloog.in
+++ b/config/companion_libs/cloog.in
@@ -9,6 +9,11 @@ if ISL
# Don't remove next line
# CT_INSERT_VERSION_BELOW
+config CLOOG_V_0_18_1
+ bool
+ prompt "0.18.1"
+ select CLOOG_0_18_or_later
+
config CLOOG_V_0_18_0
bool
prompt "0.18.0"
@@ -52,6 +57,7 @@ config CLOOG_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ default "0.18.1" if CLOOG_V_0_18_1
default "0.18.0" if CLOOG_V_0_18_0
default "0.15.11" if CLOOG_V_0_15_11
default "0.15.10" if CLOOG_V_0_15_10