diff options
Diffstat (limited to 'math/py-pymc/Makefile')
-rw-r--r-- | math/py-pymc/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/math/py-pymc/Makefile b/math/py-pymc/Makefile index d6a0571cd8c7..8af5b7f935e6 100644 --- a/math/py-pymc/Makefile +++ b/math/py-pymc/Makefile @@ -6,21 +6,19 @@ # PORTNAME= pymc -PORTVERSION= 2.0r1 +PORTVERSION= 2.0 +PORTEPOCH= 1 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME}-2.0rc1 MAINTAINER= wenheping@gmail.com COMMENT= Markov Chain Monte Carlo Sampling Toolkit BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS= ${BUILD_DEPENDS} -#LIB_DEPENDS= lapack.4:${PORTSDIR}/math/lapack USE_PYTHON= yes USE_PYDISTUTILS= yes -PYDISTUTILS_EGGINFO= ${DISTNAME}-${PYTHON_VERSION:S/thon//}.egg-info .include <bsd.port.mk> |