You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-mathematics/pymc/pymc-9999.ebuild

25 lines
613 B

# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pymc/pymc-9999.ebuild,v 1.3 2014/08/10 20:24:06 slyfox Exp $
EAPI=4
inherit distutils git-2
EGIT_REPO_URI="http://github.com/${PN}-devs/${PN}.git"
DESCRIPTION="Markov chain Monte Carlo for Python"
HOMEPAGE="http://github.com/${PN}-devs/${PN} http://pypi.python.org/pypi/${PN}"
SLOT=0
KEYWORDS=""
LICENSE=AFL-3.0
IUSE=""
DEPEND="dev-python/setuptools
dev-python/pytables
dev-python/numpy"
src_compile() {
distutils_src_compile --fcompiler=gnu95
}