summaryrefslogtreecommitdiffstats
path: root/rules/gmp3.in
blob: adc0c0c94181fbefd9b445002baf78f77e5b7f53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
config GMP3
        bool
        default N
        depends on BROKEN
        prompt "GMP3"
	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 "GMP3 is broken, please send a patch"
        depends on !BROKEN