summaryrefslogtreecommitdiff
path: root/math/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2021-10-01 19:55:37 +0000
committeradam <adam@pkgsrc.org>2021-10-01 19:55:37 +0000
commit1a03570a6c35b3644848df838f5e96d883ac9e07 (patch)
tree44649f2019cf718e7d23fae3a3f469ed5757c386 /math/Makefile
parenta323930fc9b9b7d1bfa775d7c3b50a26013956dc (diff)
downloadpkgsrc-1a03570a6c35b3644848df838f5e96d883ac9e07.tar.gz
py-pythran: added version 0.10.0
Pythran is an ahead of time compiler for a subset of the Python language, with a focus on scientific computing. It takes a Python module annotated with a few interface descriptions and turns it into a native Python module with the same interface, but (hopefully) faster.
Diffstat (limited to 'math/Makefile')
-rw-r--r--math/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile
index fb3b137ebed..ac0590df64a 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.520 2021/09/20 13:09:37 mef Exp $
+# $NetBSD: Makefile,v 1.521 2021/10/01 19:55:37 adam Exp $
COMMENT= Mathematics
@@ -395,6 +395,7 @@ SUBDIR+= py-photutils
SUBDIR+= py-powerlaw
SUBDIR+= py-pyerfa
SUBDIR+= py-pymc3
+SUBDIR+= py-pythran
SUBDIR+= py-pyvo
SUBDIR+= py-pywavelets
SUBDIR+= py-quadprog