From a0e827ef6c52f2b527245711de0827a89d0e5f63 Mon Sep 17 00:00:00 2001 From: Thomas Gellekum Date: Wed, 2 May 2001 11:25:02 +0000 Subject: Upgrade to 2.1. --- lang/python-devel/files/Setup.gmp | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 lang/python-devel/files/Setup.gmp (limited to 'lang/python-devel/files/Setup.gmp') 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 -- cgit v1.2.3