1 # Contributor: Liming Wang <lmwang@gmail.com>
5 pkgdesc="Markov chain Monte Carlo for Python"
7 url="http://pymc.googlecode.com/"
9 depends=('python-numpy>=1.2.0')
10 optdepends=('python-scipy', 'python-matplotlib', 'python-pytables', 'ipython', 'pydot', 'python-nose')
11 source=("http://pymc.googlecode.com/files/pymc-$pkgver.zip")
15 cd $startdir/src/pymc-$pkgver
17 python setup.py install --prefix=/usr --root=$startdir/pkg || return 1