summaryrefslogtreecommitdiff
path: root/config/companion_libs
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-03-30 20:31:49 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-03-30 20:31:49 (GMT)
commit23ffbc60311a23e7564c2810de04b61c8c152349 (patch)
tree7d26db0ca76b3e8890c767f7ffdeca9e495de7b1 /config/companion_libs
parent75646b1ea4534d0c26917d7d701f84a474102dfc (diff)
complibs: update versions
GMP : 4.3.2, 5.0.1* CLooG/PPL: 0.15.8 0.15.9 libelf : 0.8.13 *: patch series added
Diffstat (limited to 'config/companion_libs')
-rw-r--r--config/companion_libs/cloog.in10
-rw-r--r--config/companion_libs/gmp.in10
-rw-r--r--config/companion_libs/libelf.in5
3 files changed, 25 insertions, 0 deletions
diff --git a/config/companion_libs/cloog.in b/config/companion_libs/cloog.in
index 1786d81..35edfed 100644
--- a/config/companion_libs/cloog.in
+++ b/config/companion_libs/cloog.in
@@ -6,6 +6,14 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
+config CLOOG_V_0_15_9
+ bool
+ prompt "0.15.9"
+
+config CLOOG_V_0_15_8
+ bool
+ prompt "0.15.8"
+
config CLOOG_V_0_15_7
bool
prompt "0.15.7"
@@ -35,6 +43,8 @@ config CLOOG_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ default "0.15.9" if CLOOG_V_0_15_9
+ default "0.15.8" if CLOOG_V_0_15_8
default "0.15.7" if CLOOG_V_0_15_7
default "0.15.6" if CLOOG_V_0_15_6
default "0.15.5" if CLOOG_V_0_15_5
diff --git a/config/companion_libs/gmp.in b/config/companion_libs/gmp.in
index 6702492..900d342 100644
--- a/config/companion_libs/gmp.in
+++ b/config/companion_libs/gmp.in
@@ -6,6 +6,14 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
+config GMP_V_5_0_1
+ bool
+ prompt "5.0.1"
+
+config GMP_V_4_3_2
+ bool
+ prompt "4.3.2"
+
config GMP_V_4_3_1
bool
prompt "4.3.1"
@@ -30,6 +38,8 @@ config GMP_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ default "5.0.1" if GMP_V_5_0_1
+ default "4.3.2" if GMP_V_4_3_2
default "4.3.1" if GMP_V_4_3_1
default "4.3.0" if GMP_V_4_3_0
default "4.2.4" if GMP_V_4_2_4
diff --git a/config/companion_libs/libelf.in b/config/companion_libs/libelf.in
index 9cc76b8..04b83e0 100644
--- a/config/companion_libs/libelf.in
+++ b/config/companion_libs/libelf.in
@@ -6,6 +6,10 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
+config LIBELF_V_0_8_13
+ bool
+ prompt "0.8.13"
+
config LIBELF_V_0_8_12
bool
prompt "0.8.12"
@@ -25,6 +29,7 @@ config LIBELF_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ default "0.8.13" if LIBELF_V_0_8_13
default "0.8.12" if LIBELF_V_0_8_12
default "0.8.11" if LIBELF_V_0_8_11
default "0.8.10" if LIBELF_V_0_8_10