Update to 1.3

This commit is contained in:
tsarna 1998-07-11 23:38:14 +00:00
parent 16878ea5a6
commit 78487778de
4 changed files with 6 additions and 28 deletions

View file

@ -1,16 +1,16 @@
# $NetBSD: Makefile,v 1.6 1998/05/04 19:38:44 tron Exp $
# $NetBSD: Makefile,v 1.7 1998/07/11 23:38:14 tsarna Exp $
DISTNAME= NumPy-11
PKGNAME= py-Numeric-1.1
DISTNAME= LLNLPython4
PKGNAME= py-Numeric-1.3
CATEGORIES= math
MASTER_SITES= ftp://ftp-icf.llnl.gov/pub/python/
EXTRACT_SUFX= .tgz
MAINTAINER= tsarna@endicor.com
MAINTAINER= tsarna@netbsd.org
DEPENDS+= python-1.5.1:../../lang/python
WRKSRC= ${WRKDIR}/LLNLDistribution/Numerical
WRKSRC= ${WRKDIR}/LLNLPython4/Numerical
ALL_TARGET= default
MAKE_FLAGS= 'OPT=${CFLAGS}'
DOCDIR= ${PREFIX}/share/doc/py-Numeric

View file

@ -1 +1 @@
MD5 (NumPy-11.tgz) = c6ad8ba18ea6dd8836e6374bb2dd2a0d
MD5 (LLNLPython4.tgz) = 3fc0ebf2b7a12547de236adec2840100

View file

@ -1,18 +0,0 @@
$NetBSD: patch-ab,v 1.3 1998/04/12 23:19:33 tron Exp $
The trailing space after the shared line breaks makesetup due to a bug
in NetBSD 1.3[.1] /bin/sh. It's fixed in current. See PR#4805 for
details.
-- tsarna@endicor.com, 18 March 1998
--- Setup.orig Wed Mar 18 01:19:04 1998
+++ Setup Wed Mar 18 01:19:04 1998
@@ -1,6 +1,6 @@
#This file is designed for building a dynamic extension.
#See README for detailed build instructions.
-*shared*
+*shared*
# The array and ufunc object implementation
#[VC50]cpp_options = cpp_options + ' /Tp '

View file

@ -1,4 +0,0 @@
#!/bin/sh
# $NetBSD: configure,v 1.2 1998/04/12 21:56:05 tron Exp $
(cd $WRKSRC; $PREFIX/bin/python ../Tools/compile.py)