diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-01-06 08:03:13 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-01-06 08:03:13 +0000 |
commit | 9d4979292427dcb8857ba3a50b528ec2086c2505 (patch) | |
tree | bdbc4286befa688e2c6c003c5f7dbfc4f2ea98e6 /lang/python25/files/Setup.gmp | |
parent | Checksum changed. (diff) |
Upgrade to 1.5.
Diffstat (limited to 'lang/python25/files/Setup.gmp')
-rw-r--r-- | lang/python25/files/Setup.gmp | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lang/python25/files/Setup.gmp b/lang/python25/files/Setup.gmp new file mode 100644 index 000000000000..5e70d8f76734 --- /dev/null +++ b/lang/python25/files/Setup.gmp @@ -0,0 +1,16 @@ +*shared* + +# The mpz module interfaces to the GNU Multiple Precision library. +# You need to ftp the GNU MP library. +# The GMP variable must point to the GMP source directory. +# This was originally written and tested against GMP 1.2 and 1.3.2. +# It has been modified by Rob Hooft to work with 2.0.2 as well, but I +# haven't tested it recently. + +# A compatible MP library unencombered by the GPL also exists. It was +# posted to comp.sources.misc in volume 40 and is widely available from +# FTP archive sites. One URL for it is: +# ftp://gatekeeper.dec.com/.b/usenet/comp.sources.misc/volume40/fgmp/part01.Z + +GMP=/usr/src/contrib/libgmp +mpz mpzmodule.c -I$(GMP) -I$(GMP)/mpn/generic -lgmp |