summaryrefslogtreecommitdiffstats
path: root/rules/gmp4.in
blob: e45a42f371940386e319a3ca165be5f7a33301b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
config GMP4
        bool
        default N
        depends on BROKEN
        prompt "GMP4"
	help
          Multiprecision arithmetic library
 
          GNU MP is a programmer's library for arbitrary precision
          arithmetic (ie, a bignum package).  It can operate on signed
          integer, rational, and floating point numeric types.
          
          It has a rich set of functions, and the functions have 
          a regular interface.
 
                The home page is http://www.swox.com/gmp
	

comment "GMP4 is broken, please send a patch"
        depends on !BROKEN