diff options
author | Guido van Rossum <guido@python.org> | 1994-10-06 16:12:06 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1994-10-06 16:12:06 (GMT) |
commit | c3706076eeaa1d459ad648263990a4c4807cf1ec (patch) | |
tree | 3e1f359fb8eac6557cbd256d7e585758a162e7a2 /Modules | |
parent | 061f182a167068aac3a2e19687693cc091a22265 (diff) | |
download | cpython-c3706076eeaa1d459ad648263990a4c4807cf1ec.zip cpython-c3706076eeaa1d459ad648263990a4c4807cf1ec.tar.gz cpython-c3706076eeaa1d459ad648263990a4c4807cf1ec.tar.bz2 |
Add pointer to GPL-free MP library
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/Setup.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Modules/Setup.in b/Modules/Setup.in index c27cd8d..0334069 100644 --- a/Modules/Setup.in +++ b/Modules/Setup.in @@ -119,7 +119,7 @@ rgbimg rgbimgmodule.c # Read SGI RGB image files (but coded portably) #stdwin stdwinmodule.c -I$(STDWIN)/H $(STDWIN)/Build/$(ARCH)/x11/lib/lib.a -lX11 #STDWINPATH=:$(DESTLIB)/stdwin -# For STDWIN 1.0 it's a bit different: +# For STDWIN 0.9.9 or higher, it's a bit different: #STDWIN=/ufs/guido/src/stdwin #LIBTEXTEDIT=$(STDWIN)/$(MACHDEP)/Packs/textedit/libtextedit.a @@ -147,6 +147,11 @@ md5 md5module.c md5c.c # work OK, but I haven't tested it thoroughly (lacking knowledge about # it). +# 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=/ufs/guido/src/gmp #mpz mpzmodule.c -I$(GMP) $(GMP)/libgmp.a |