Message ID | c2de3964cd6d5e4173cc.1391984023@uemo |
---|---|
State | Accepted |
Commit | a8cb9039fade |
Headers | show |
> @@ -53,6 +58,7 @@ > # Don't remove next line > # CT_INSERT_VERSION_STRING_BELOW > default "0.18.0" if CLOOG_V_0_18_0 > + default "0.18.1" if CLOOG_V_0_18_1 > default "0.15.11" if CLOOG_V_0_15_11 > default "0.15.10" if CLOOG_V_0_15_10 > default "0.15.9" if CLOOG_V_0_15_9 > Looks a bit out of order. -- For unsubscribe information see http://sourceware.org/lists.html#faq
danielrubiob, All, Your patch: complibs/cloog: bump version has been applied as: #a8cb9039fade http://crosstool-ng.org/hg/crosstool-ng/rev/a8cb9039fade Thank you! Regards, Yann E. MORIN. -- For unsubscribe information see http://sourceware.org/lists.html#faq
diff -r d78f3a4ba2df -r c2de3964cd6d config/companion_libs/cloog.in --- a/config/companion_libs/cloog.in Sun Feb 09 22:24:56 2014 +0100 +++ b/config/companion_libs/cloog.in Sun Feb 09 22:25:20 2014 +0100 @@ -9,6 +9,11 @@ # 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" @@ -53,6 +58,7 @@ # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW default "0.18.0" if CLOOG_V_0_18_0 + default "0.18.1" if CLOOG_V_0_18_1 default "0.15.11" if CLOOG_V_0_15_11 default "0.15.10" if CLOOG_V_0_15_10 default "0.15.9" if CLOOG_V_0_15_9
# HG changeset patch # User danielrubiob@gmail.com # Date 1391981120 -3600 # Sun Feb 09 22:25:20 2014 +0100 # Node ID c2de3964cd6d5e4173ccb766052dc6b5b977b53a # Parent d78f3a4ba2df1e0768519764d1d0c295d8ce61bc Updated CLooG library Signed-off-by: Daniel Rubio Bonilla <danielrubiob@gmail.com> -- For unsubscribe information see http://sourceware.org/lists.html#faq