diff options
author | drochner <drochner@pkgsrc.org> | 2010-08-10 18:04:30 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2010-08-10 18:04:30 +0000 |
commit | 620d65a44a9b5829805b5a69fa7177b3c349f735 (patch) | |
tree | f3e2a03bdd534ca45bf78a5bd4950e6a62824f24 /math/py-mpmath/Makefile | |
parent | a0626953c2434a2c9d8b3706853aa30992155672 (diff) | |
download | pkgsrc-620d65a44a9b5829805b5a69fa7177b3c349f735.tar.gz |
update to 0.15, from Kamel Derouiche per PR pkg/43730
many fixes and improvements, too much to list here
Diffstat (limited to 'math/py-mpmath/Makefile')
-rw-r--r-- | math/py-mpmath/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/math/py-mpmath/Makefile b/math/py-mpmath/Makefile index e2010578a46..4e89163a415 100644 --- a/math/py-mpmath/Makefile +++ b/math/py-mpmath/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2010/02/08 11:54:25 obache Exp $ +# $NetBSD: Makefile,v 1.3 2010/08/10 18:04:30 drochner Exp $ # -DISTNAME= mpmath-0.14 +DISTNAME= mpmath-0.15 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= math MASTER_SITES= http://mpmath.googlecode.com/files/ @@ -26,4 +26,6 @@ do-test: ${SETENV} ${TEST_ENV} ${PYTHONBIN} runtests.py .include "../../lang/python/extension.mk" +# optional speedup +#.include "../../math/py-gmpy/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |