diff options
author | drochner <drochner@pkgsrc.org> | 2010-07-16 12:14:16 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2010-07-16 12:14:16 +0000 |
commit | 2f7930ee63894093c2ef7eac61908a43fbe726af (patch) | |
tree | 61c39ab20f9f1c113ed96b4b251b6993b6d69108 /math/Makefile | |
parent | c70d3ff296ddf357b49ae8ee873d89377e739bb6 (diff) | |
download | pkgsrc-2f7930ee63894093c2ef7eac61908a43fbe726af.tar.gz |
+py-numexpr
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 acd7cc0f7a3..7cbfc46b9eb 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.206 2010/05/28 17:03:53 tnn Exp $ +# $NetBSD: Makefile,v 1.207 2010/07/16 12:14:16 drochner Exp $ COMMENT= Mathematics @@ -161,6 +161,7 @@ SUBDIR+= py-fpconst SUBDIR+= py-mpmath SUBDIR+= py-networkx SUBDIR+= py-numarray +SUBDIR+= py-numexpr SUBDIR+= py-numpy SUBDIR+= py-pytables SUBDIR+= py-rpy |