diff options
author | minskim <minskim@pkgsrc.org> | 2018-07-06 03:46:55 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2018-07-06 03:46:55 +0000 |
commit | 46b178ad2f24d9ed2d96bfbdbcb32ce816aba118 (patch) | |
tree | 543e5a16af617d542fb4d4e37c176cf1dffa1f13 /math | |
parent | 510181b09491d58dd90a48e3b57c968793f5e114 (diff) | |
download | pkgsrc-46b178ad2f24d9ed2d96bfbdbcb32ce816aba118.tar.gz |
math/Makefile: Add py-pymc3
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 033a3840bbb..78192e8563d 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.392 2018/07/06 03:37:06 minskim Exp $ +# $NetBSD: Makefile,v 1.393 2018/07/06 03:46:55 minskim Exp $ COMMENT= Mathematics @@ -302,6 +302,7 @@ SUBDIR+= py-pandas SUBDIR+= py-pandas-datareader SUBDIR+= py-patsy SUBDIR+= py-powerlaw +SUBDIR+= py-pymc3 SUBDIR+= py-pywavelets SUBDIR+= py-quadprog SUBDIR+= py-roman |