diff options
Diffstat (limited to 'sci-mathematics/jags/jags-2.2.0.ebuild')
-rw-r--r-- | sci-mathematics/jags/jags-2.2.0.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/sci-mathematics/jags/jags-2.2.0.ebuild b/sci-mathematics/jags/jags-2.2.0.ebuild deleted file mode 100644 index e9e5f81b37a0..000000000000 --- a/sci-mathematics/jags/jags-2.2.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/jags/jags-2.2.0.ebuild,v 1.2 2011/02/25 18:09:37 grobian Exp $ - -EAPI=3 -inherit autotools-utils - -MYP="JAGS-${PV}" - -DESCRIPTION="Just Another Gibbs Sampler for Bayesian MCMC simulation" -HOMEPAGE="http://www-fis.iarc.fr/~martyn/software/jags/" -SRC_URI="mirror://sourceforge/project/mcmc-jags/JAGS/2.x/Source/${MYP}.tar.gz" -LICENSE="GPL-2" -IUSE="" - -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" - -RDEPEND="virtual/blas - virtual/lapack" - -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -S="${WORKDIR}/${MYP}" - -DOCS=(README NEWS TODO AUTHORS) - -src_configure() { - myeconfags=( - --with-blas="$(pkg-config --libs blas)" - --with-lapack="$(pkg-config --libs lapack)" - ) - autotools-utils_src_configure -} |