diff options
author | tsarna <tsarna@pkgsrc.org> | 1998-09-27 22:07:40 +0000 |
---|---|---|
committer | tsarna <tsarna@pkgsrc.org> | 1998-09-27 22:07:40 +0000 |
commit | c93213df819bd720443568625c6616d06867a0f6 (patch) | |
tree | 5a71041db1b7bf75609435e384231ea5d3195b15 /math/py-Numeric/Makefile | |
parent | db74f9f640230826352a72587890d93ae62fe357 (diff) | |
download | pkgsrc-c93213df819bd720443568625c6616d06867a0f6.tar.gz |
Disable on alpha for now, until lossage can be investigated.
Diffstat (limited to 'math/py-Numeric/Makefile')
-rw-r--r-- | math/py-Numeric/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/py-Numeric/Makefile b/math/py-Numeric/Makefile index 75d0e40d089..47e54357564 100644 --- a/math/py-Numeric/Makefile +++ b/math/py-Numeric/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1998/09/22 16:13:34 tsarna Exp $ +# $NetBSD: Makefile,v 1.10 1998/09/27 22:07:40 tsarna Exp $ DISTNAME= LLNLPython4 PKGNAME= py-Numeric-1.3 @@ -11,6 +11,8 @@ HOMEPAGE= http://www.python.org/sigs/matrix-sig/ DEPENDS+= python-1.5.1:../../lang/python +NOT_FOR_ARHCS= alpha + WRKSRC= ${WRKDIR}/LLNLPython4/Numerical ALL_TARGET= default MAKE_FLAGS= 'OPT=${CFLAGS}' |