summaryrefslogtreecommitdiff
path: root/lang/python26/files/Setup.gmp
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-03-17 02:18:05 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-03-17 02:18:05 +0000
commit6c59170bca7b079bb699aa4fe6a5bf790e0dea6e (patch)
tree83a5fb38fba33a2f9e88f2df143b28d6ebc3b483 /lang/python26/files/Setup.gmp
parentRevert to rev. 1.4, which will restore some bugs in the previous version (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_0_0'.release/4.0.0
Diffstat (limited to 'lang/python26/files/Setup.gmp')
-rw-r--r--lang/python26/files/Setup.gmp16
1 files changed, 0 insertions, 16 deletions
diff --git a/lang/python26/files/Setup.gmp b/lang/python26/files/Setup.gmp
deleted file mode 100644
index 5e70d8f76734..000000000000
--- a/lang/python26/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