config/companion_libs/cloog.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Oct 27 19:34:13 2009 +0100 (2009-10-27)
changeset 1608 3d5aead9e15d
parent 1534 d4ddf19a1968
child 1615 50b25816f5bb
permissions -rw-r--r--
scripts: add sed expression to apply when renumbering patches

Some patchsets have superfluous members in their names (eg. the ones coming
from Gentoo), so it can come in handy to pass a sed RE to strip them out of
the final patch name.
Also add a 'fake' mode, where the command will only be printed and not
executed, so we can check beforehand if the rename will be OK.
yann@1380
     1
# CLooG options
yann@1380
     2
yann@1380
     3
choice
yann@1380
     4
    bool
yann@1380
     5
    prompt "CLooG/ppl version"
yann@1535
     6
# Don't remove next line
yann@1535
     7
# CT_INSERT_VERSION_BELOW
yann@1380
     8
yann@1534
     9
config CLOOG_V_0_15_7
yann@1380
    10
    bool
yann@1534
    11
    prompt "0.15.7"
yann@1534
    12
yann@1534
    13
config CLOOG_V_0_15_6
yann@1534
    14
    bool
yann@1534
    15
    prompt "0.15.6"
yann@1534
    16
yann@1534
    17
config CLOOG_V_0_15_5
yann@1534
    18
    bool
yann@1534
    19
    prompt "0.15.5"
yann@1380
    20
yann@1522
    21
config CLOOG_V_0_15_4
yann@1522
    22
    bool
yann@1522
    23
    prompt "0.15.4"
yann@1522
    24
yann@1534
    25
config CLOOG_V_0_15_3
yann@1522
    26
    bool
yann@1534
    27
    prompt "0.15.3"
yann@1522
    28
yann@1380
    29
endchoice
yann@1380
    30
yann@1380
    31
config CLOOG_VERSION
yann@1380
    32
    string
yann@1535
    33
# Don't remove next line
yann@1535
    34
# CT_INSERT_VERSION_STRING_BELOW
yann@1534
    35
    default "0.15.7" if CLOOG_V_0_15_7
yann@1534
    36
    default "0.15.6" if CLOOG_V_0_15_6
yann@1534
    37
    default "0.15.5" if CLOOG_V_0_15_5
yann@1534
    38
    default "0.15.4" if CLOOG_V_0_15_4
yann@1380
    39
    default "0.15.3" if CLOOG_V_0_15_3