diff options
author | adam <adam@pkgsrc.org> | 2017-06-07 08:12:47 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-06-07 08:12:47 +0000 |
commit | ddeddad793d1fe9c2a6b9c4ef570259deb79ed91 (patch) | |
tree | 7a88a711582ad25850a52f65e13139bacbf29443 /math/Makefile | |
parent | 7c0e7196d1b85cd6144845a0150a7fd1c674c54a (diff) | |
download | pkgsrc-ddeddad793d1fe9c2a6b9c4ef570259deb79ed91.tar.gz |
Bottleneck is a collection of fast NumPy array functions written in C.
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 ae397a87a96..d0344db3b35 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.336 2017/01/30 19:50:06 leot Exp $ +# $NetBSD: Makefile,v 1.337 2017/06/07 08:12:47 adam Exp $ COMMENT= Mathematics @@ -243,6 +243,7 @@ SUBDIR+= py-Scientific-doc SUBDIR+= py-abcpmc SUBDIR+= py-almost SUBDIR+= py-autograd +SUBDIR+= py-bottleneck SUBDIR+= py-cdecimal SUBDIR+= py-ephem SUBDIR+= py-ephem3 |