diff options
author | adam <adam@pkgsrc.org> | 2019-06-15 17:51:13 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-06-15 17:51:13 +0000 |
commit | a5cc3e3333473c3289d7cbd9ec35cc89d3651354 (patch) | |
tree | 7015bcbbbbc9b3740931967e326c2cf54b0085a9 /math/Makefile | |
parent | 65af775faf3146dd6038c9b9ad9176d542e4f316 (diff) | |
download | pkgsrc-a5cc3e3333473c3289d7cbd9ec35cc89d3651354.tar.gz |
py-scipy12: added version 1.2.2
This is the last version that supports Python 2.7.
Apparently, some packages still require Scipy with Python 2.7.
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index f59850f2ba2..e93bfd90409 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.407 2019/06/15 07:17:31 adam Exp $ +# $NetBSD: Makefile,v 1.408 2019/06/15 17:51:13 adam Exp $ COMMENT= Mathematics @@ -317,6 +317,7 @@ SUBDIR+= py-rpy SUBDIR+= py-scikit-image SUBDIR+= py-scikit-learn SUBDIR+= py-scipy +SUBDIR+= py-scipy12 SUBDIR+= py-simpleeval SUBDIR+= py-statsmodels SUBDIR+= py-sympy |