diff options
author | drochner <drochner@pkgsrc.org> | 2010-01-27 14:17:33 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2010-01-27 14:17:33 +0000 |
commit | 18642e3e031bfbc28bcd43ef112c1c1a0272f43f (patch) | |
tree | 8497093f2854eda539c955ac8e60377845dc2af8 /math | |
parent | 5e50301277529398daeb085231601d306c78fe4d (diff) | |
download | pkgsrc-18642e3e031bfbc28bcd43ef112c1c1a0272f43f.tar.gz |
+py-mpmath
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 c83ace51736..813e670287e 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.196 2009/12/12 14:02:21 drochner Exp $ +# $NetBSD: Makefile,v 1.197 2010/01/27 14:17:33 drochner Exp $ COMMENT= Mathematics @@ -153,6 +153,7 @@ SUBDIR+= py-Scientific SUBDIR+= py-Scientific-doc SUBDIR+= py-ephem SUBDIR+= py-fpconst +SUBDIR+= py-mpmath SUBDIR+= py-networkx SUBDIR+= py-numarray SUBDIR+= py-numpy |