config/companion_libs/cloog.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Sep 13 18:38:06 2009 +0200 (2009-09-13)
changeset 1535 073d351bdcd3
parent 1534 d4ddf19a1968
child 1615 50b25816f5bb
permissions -rw-r--r--
scripts: add new version at top of choice

Add new versions at the top of the choice menu, not at the bottom.
     1 # CLooG options
     2 
     3 choice
     4     bool
     5     prompt "CLooG/ppl version"
     6 # Don't remove next line
     7 # CT_INSERT_VERSION_BELOW
     8 
     9 config CLOOG_V_0_15_7
    10     bool
    11     prompt "0.15.7"
    12 
    13 config CLOOG_V_0_15_6
    14     bool
    15     prompt "0.15.6"
    16 
    17 config CLOOG_V_0_15_5
    18     bool
    19     prompt "0.15.5"
    20 
    21 config CLOOG_V_0_15_4
    22     bool
    23     prompt "0.15.4"
    24 
    25 config CLOOG_V_0_15_3
    26     bool
    27     prompt "0.15.3"
    28 
    29 endchoice
    30 
    31 config CLOOG_VERSION
    32     string
    33 # Don't remove next line
    34 # CT_INSERT_VERSION_STRING_BELOW
    35     default "0.15.7" if CLOOG_V_0_15_7
    36     default "0.15.6" if CLOOG_V_0_15_6
    37     default "0.15.5" if CLOOG_V_0_15_5
    38     default "0.15.4" if CLOOG_V_0_15_4
    39     default "0.15.3" if CLOOG_V_0_15_3