config/gmp_mpfr/mpfr.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Feb 02 21:09:42 2009 +0000 (2009-02-02)
changeset 1199 4714cf419e98
parent 902 25bd163c6886
child 1249 e612e57b4249
permissions -rw-r--r--
dd latest MPFR 2.4.0 version (EXPERIMENTAL).

/trunk/config/gmp_mpfr/mpfr.in | 6 6 0 0 ++++++
1 file changed, 6 insertions(+)
     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/