diff options
author | jnemeth <jnemeth> | 2012-11-29 08:00:12 +0000 |
---|---|---|
committer | jnemeth <jnemeth> | 2012-11-29 08:00:12 +0000 |
commit | 01122e4fec37f3b3a2be34a4b663947c1440d685 (patch) | |
tree | b784db1c15a4c6fc2dc885a54835a84222ff0d08 /math | |
parent | 6cc17b1c5ba935a9c4fe6e2c4c5ee7e34c4ee87a (diff) | |
download | pkgsrc-01122e4fec37f3b3a2be34a4b663947c1440d685.tar.gz |
add and enable py-pandas
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 785d7c6bd7b..fd0bfe1c170 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.242 2012/10/19 07:31:31 sno Exp $ +# $NetBSD: Makefile,v 1.243 2012/11/29 08:00:12 jnemeth Exp $ COMMENT= Mathematics @@ -198,6 +198,7 @@ SUBDIR+= py-networkx SUBDIR+= py-numarray SUBDIR+= py-numexpr SUBDIR+= py-numpy +SUBDIR+= py-pandas SUBDIR+= py-pytables SUBDIR+= py-roman SUBDIR+= py-rpy |