diff options
author | drochner <drochner> | 2002-01-16 20:32:42 +0000 |
---|---|---|
committer | drochner <drochner> | 2002-01-16 20:32:42 +0000 |
commit | c447640006397e44c30eaab0de1f7346aae3992c (patch) | |
tree | 3f67de6b79b5a9c636a31abaff62d0f76dd03bc6 /math/py-Scientific | |
parent | 88828e765061fa6b2f71d299f0d19b7c71bcda7c (diff) | |
download | pkgsrc-c447640006397e44c30eaab0de1f7346aae3992c.tar.gz |
we need at least Python 2.0.1nb1 or 2.1.1nb1, 2.2 doesn't work at all
Diffstat (limited to 'math/py-Scientific')
-rw-r--r-- | math/py-Scientific/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/math/py-Scientific/Makefile b/math/py-Scientific/Makefile index 774443069ec..5e75b7877af 100644 --- a/math/py-Scientific/Makefile +++ b/math/py-Scientific/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2002/01/16 19:45:26 drochner Exp $ +# $NetBSD: Makefile,v 1.11 2002/01/16 20:32:42 drochner Exp $ DISTNAME= ScientificPython-2.2 PKGNAME= py-Scientific-2.2 @@ -12,6 +12,9 @@ COMMENT= Python modules for scientific computing DEPENDS+= netcdf>=3.0:../../devel/netcdf DEPENDS+= mpich>=1.2.1:../../parallel/mpi-ch +BUILDLINK_DEPENDS.python20= python20>=2.0.1nb1 +BUILDLINK_DEPENDS.python21= python21>=2.1.1nb1 +PYTHON_VERSIONS_ACCEPTED= 20 21 # doesn't compile for 22 PYDISTUTILSPKG= yes PYBINMODULE= yes |