# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_2} ) inherit distutils-r1 fortran-2 DESCRIPTION="Markov Chain Monte Carlo sampling toolkit." HOMEPAGE="http://pypi.python.org/pypi/pymc" SRC_URI="https://pypi.python.org/packages/source/p/pymc/${P}.tar.gz" LICENSE="AFL-3.0" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc test -static +hdf5 +graphs" DEPEND=">=dev-python/numpy-1.8 >=dev-python/matplotlib-1.0 !static? ( virtual/lapack ) !static? ( virtual/blas ) test? ( dev-python/nose ) hdf5? ( dev-python/pytables ) graphs? ( dev-python/pydot )" RDEPEND="${DEPEND}"