config/companion_libs/cloog.in
author Bob Dunlop <bob.dunlop@xyzzy.org.uk>
Tue Nov 09 10:44:29 2010 +0100 (2010-11-09)
branch1.9
changeset 2179 6224a410fb7f
parent 1873 4477403726db
child 2206 2b5f5173daa0
permissions -rw-r--r--
libc/eglibc: fix downloading

Since Subversion 1.6.13 was released, it is no longer possible
to checkout/export to the current working directory using '.'
(eg. "svn co bla://blabla/foo/bar ." no longer extracts the content
of bar into ./ but into ./bar).

Fix this by luring Subversion to extract into "$(pwd)", which has
the advantage of working both with all known versions so far.

At the same time, remove the useless redirection.
(transplanted from 42cc9bd0db7ea6d690efab40742881414f7c1277)
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@2157
     9
config CLOOG_V_0_15_10
yann@2157
    10
    bool
yann@2157
    11
    prompt "0.15.10"
yann@2157
    12
yann@1873
    13
config CLOOG_V_0_15_9
yann@1873
    14
    bool
yann@1873
    15
    prompt "0.15.9"
yann@1873
    16
yann@1873
    17
config CLOOG_V_0_15_8
yann@1873
    18
    bool
yann@1873
    19
    prompt "0.15.8"
yann@1873
    20
yann@1534
    21
config CLOOG_V_0_15_7
yann@1380
    22
    bool
yann@1534
    23
    prompt "0.15.7"
yann@1534
    24
yann@1534
    25
config CLOOG_V_0_15_6
yann@1534
    26
    bool
yann@1534
    27
    prompt "0.15.6"
yann@1534
    28
yann@1534
    29
config CLOOG_V_0_15_5
yann@1534
    30
    bool
yann@1615
    31
    prompt "0.15.5 (OBSOLETE)"
yann@1615
    32
    depends on OBSOLETE
yann@1380
    33
yann@1522
    34
config CLOOG_V_0_15_4
yann@1522
    35
    bool
yann@1615
    36
    prompt "0.15.4 (OBSOLETE)"
yann@1615
    37
    depends on OBSOLETE
yann@1522
    38
yann@1534
    39
config CLOOG_V_0_15_3
yann@1522
    40
    bool
yann@1615
    41
    prompt "0.15.3 (OBSOLETE)"
yann@1615
    42
    depends on OBSOLETE
yann@1522
    43
yann@1380
    44
endchoice
yann@1380
    45
yann@1380
    46
config CLOOG_VERSION
yann@1380
    47
    string
yann@1535
    48
# Don't remove next line
yann@1535
    49
# CT_INSERT_VERSION_STRING_BELOW
yann@2157
    50
    default "0.15.10" if CLOOG_V_0_15_10
yann@1873
    51
    default "0.15.9" if CLOOG_V_0_15_9
yann@1873
    52
    default "0.15.8" if CLOOG_V_0_15_8
yann@1534
    53
    default "0.15.7" if CLOOG_V_0_15_7
yann@1534
    54
    default "0.15.6" if CLOOG_V_0_15_6
yann@1534
    55
    default "0.15.5" if CLOOG_V_0_15_5
yann@1534
    56
    default "0.15.4" if CLOOG_V_0_15_4
yann@1380
    57
    default "0.15.3" if CLOOG_V_0_15_3