diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-06-18 10:00:08 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-06-18 10:00:08 +0000 |
commit | e497906508084a5501f27a53a8ec0f23aa446e5b (patch) | |
tree | 152d32d807e92b14ac8ade604a4d650b637b1e93 /lang/python-devel/files/Setup.gmp | |
parent | A new index, with 3,403 ports, which is a nice number, being 41 times (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_5_0'.release/3.5.0
Diffstat (limited to 'lang/python-devel/files/Setup.gmp')
-rw-r--r-- | lang/python-devel/files/Setup.gmp | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/lang/python-devel/files/Setup.gmp b/lang/python-devel/files/Setup.gmp deleted file mode 100644 index 5e70d8f76734..000000000000 --- a/lang/python-devel/files/Setup.gmp +++ /dev/null @@ -1,16 +0,0 @@ -*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 |