config/gmp_mpfr/mpfr.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Oct 14 21:30:27 2008 +0000 (2008-10-14)
changeset 935 e175e3538310
parent 634 c74132339c44
child 1199 4714cf419e98
permissions -rw-r--r--
Introduce the notion of a 'sample comment'.

- presence of the sample's reported.by file is now mandatory.
- when saving a sample, reporter name & URL are queried, to avoid operator forget about creating the reported.by file.
- when saving a sample, one can store a few-liner comment.
- when recalling a sample, the reporter name, URL and comment (if present) are printed.
- update the powerpc-e500v2-linux-gnuspe sample to include Nate's comment (from his original mail).
- update all samples that were missing the reported.by file.

/trunk/scripts/saveSample.sh | 46 35 11 0 ++++++++++++++++++------
/trunk/scripts/showSamples.sh | 12 6 6 0 +++---
/trunk/samples/powerpc-e500v2-linux-gnuspe/reported.by | 15 15 0 0 ++++++++
/trunk/samples/samples.mk | 22 17 5 0 +++++++++--
4 files changed, 73 insertions(+), 22 deletions(-)
yann@466
     1
# GMP options
yann@466
     2
yann@466
     3
choice
yann@466
     4
    bool
yann@466
     5
    prompt "MPFR version"
yann@466
     6
yann@466
     7
config MPFR_V_2_3_1
yann@466
     8
    bool
yann@466
     9
    prompt "2.3.1"
yann@466
    10
yann@902
    11
config MPFR_V_2_3_2
yann@902
    12
    bool
yann@902
    13
    prompt "2.3.2"
yann@902
    14
yann@466
    15
# CT_INSERT_VERSION_ABOVE
yann@466
    16
# Don't remove above line!
yann@466
    17
endchoice
yann@466
    18
yann@466
    19
config MPFR_VERSION
yann@466
    20
    string
yann@466
    21
    default "2.3.1" if MPFR_V_2_3_1
yann@902
    22
    default "2.3.2" if MPFR_V_2_3_2
yann@466
    23
# CT_INSERT_VERSION_STRING_ABOVE
yann@466
    24
# Don't remove above line!
yann@466
    25
yann@466
    26
config MPFR_CHECK
yann@466
    27
    bool
yann@466
    28
    prompt "Check MPFR"
yann@466
    29
    default y
yann@466
    30
    help
yann@466
    31
      It is highly recommended that 'make check' is run against the newly built
yann@466
    32
      MPFR library. See http://gmplib.org/