config/gmp_mpfr/mpfr.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Mar 08 11:14:54 2009 +0000 (2009-03-08)
changeset 1244 ea45530f42c1
parent 902 25bd163c6886
child 1249 e612e57b4249
permissions -rw-r--r--
Add CT_GetSVN to commonalise retrieval from SVN (ala CT_GetCVS).

/trunk/scripts/functions | 34 33 1 0 +++++++++++++++++++++++++++++++++-
1 file changed, 33 insertions(+), 1 deletion(-)
     1 # GMP options
     2 
     3 choice
     4     bool
     5     prompt "MPFR version"
     6 
     7 config MPFR_V_2_3_1
     8     bool
     9     prompt "2.3.1"
    10 
    11 config MPFR_V_2_3_2
    12     bool
    13     prompt "2.3.2"
    14 
    15 config MPFR_V_2_4_0
    16     bool
    17     prompt "2.4.0  (EXPERIMENTAL)"
    18     depends on EXPERIMENTAL
    19 
    20 # CT_INSERT_VERSION_ABOVE
    21 # Don't remove above line!
    22 endchoice
    23 
    24 config MPFR_VERSION
    25     string
    26     default "2.3.1" if MPFR_V_2_3_1
    27     default "2.3.2" if MPFR_V_2_3_2
    28     default "2.4.0" if MPFR_V_2_4_0
    29 # CT_INSERT_VERSION_STRING_ABOVE
    30 # Don't remove above line!
    31 
    32 config MPFR_CHECK
    33     bool
    34     prompt "Check MPFR"
    35     default y
    36     help
    37       It is highly recommended that 'make check' is run against the newly built
    38       MPFR library. See http://gmplib.org/