diff options
author | Thomas Kahle <tomka@gentoo.org> | 2011-02-12 11:50:38 +0000 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2011-02-12 11:50:38 +0000 |
commit | 9612667888424f76491bbfd0f2d39b6fbafa89fd (patch) | |
tree | 0997ab13b6925e6357e8bf1fdd01a5f59efa5feb /sci-mathematics/jags | |
parent | Stable on amd64 wrt bug #354513 (diff) | |
download | historical-9612667888424f76491bbfd0f2d39b6fbafa89fd.tar.gz historical-9612667888424f76491bbfd0f2d39b6fbafa89fd.tar.bz2 historical-9612667888424f76491bbfd0f2d39b6fbafa89fd.zip |
Imported from science overlay, fixes bug 317741.
Package-Manager: portage-2.1.9.39/cvs/Linux i686
Diffstat (limited to 'sci-mathematics/jags')
-rw-r--r-- | sci-mathematics/jags/ChangeLog | 15 | ||||
-rw-r--r-- | sci-mathematics/jags/Manifest | 14 | ||||
-rw-r--r-- | sci-mathematics/jags/jags-2.2.0.ebuild | 35 | ||||
-rw-r--r-- | sci-mathematics/jags/metadata.xml | 15 |
4 files changed, 79 insertions, 0 deletions
diff --git a/sci-mathematics/jags/ChangeLog b/sci-mathematics/jags/ChangeLog new file mode 100644 index 000000000000..2a40dc5a21dc --- /dev/null +++ b/sci-mathematics/jags/ChangeLog @@ -0,0 +1,15 @@ +# ChangeLog for sci-mathematics/jags +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/jags/ChangeLog,v 1.1 2011/02/12 11:50:38 tomka Exp $ + + 12 Feb 2011; Thomas Kahle <tomka@gentoo.org> +jags-2.2.0.ebuild, + +metadata.xml: + Imported from science overlay, fixes bug 317741. + +*jags-2.2.0 (04 Dec 2010) + + 04 Dec 2010; Sébastien Fabbro <bicatali@gentoo.org> +jags-2.2.0.ebuild, + +metadata.xml: + Initial import. Modififed ebuild from originally submitted by Xavier + Fernández i Marín, bug #317741 + diff --git a/sci-mathematics/jags/Manifest b/sci-mathematics/jags/Manifest new file mode 100644 index 000000000000..3c1af53cd891 --- /dev/null +++ b/sci-mathematics/jags/Manifest @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +DIST JAGS-2.2.0.tar.gz 1621102 RMD160 a8c56a3922d890f27111fea4fc088b408153a7f7 SHA1 83d381619f552830e3a6312a70969b46520cc7fe SHA256 6615207cc19463c6398a8c5d02bfc0e3a659928d7da928396f95a63409addd04 +EBUILD jags-2.2.0.ebuild 827 RMD160 c98ded1a3cc673f5360df1eba09f719ea0428f0c SHA1 03f8ca72744ba2adce14891c43ec3950f5f2326e SHA256 991bf6ebcda5064f44de8b4078ddd4571e416f5a9733d146873a15430197311d +MISC ChangeLog 574 RMD160 e1028f3fd1c8dbe0c65702904e8ee4eb55c26d5e SHA1 c6f480e085368a743d085a2a194e879fbf197337 SHA256 f51404e55ad6759815f2230238f55d6cc4da251676493bcb58c0bce856150795 +MISC metadata.xml 670 RMD160 324b5487e94bbf8ab5673a9e1ab96fa732e72554 SHA1 162946a6d7276a5d7be5dff141be6a23d93125be SHA256 4c66821b30a3d7a28f5cce74ad3ead7999ace229fd66d3ebccb278a7d244300f +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.17 (GNU/Linux) + +iEYEARECAAYFAk1WdEUACgkQnZsgo/h8kNaTeACgqCTEUN4QPQhLTm9sw1N/UoL1 +ROkAoJChABbxDcRWNroiJhR/Px35eVY4 +=n88B +-----END PGP SIGNATURE----- diff --git a/sci-mathematics/jags/jags-2.2.0.ebuild b/sci-mathematics/jags/jags-2.2.0.ebuild new file mode 100644 index 000000000000..f6d60b41af47 --- /dev/null +++ b/sci-mathematics/jags/jags-2.2.0.ebuild @@ -0,0 +1,35 @@ +# 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.1 2011/02/12 11:50:38 tomka Exp $ + +EAPI=2 +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" + +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 +} diff --git a/sci-mathematics/jags/metadata.xml b/sci-mathematics/jags/metadata.xml new file mode 100644 index 000000000000..cfbc499c6d25 --- /dev/null +++ b/sci-mathematics/jags/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>sci-mathematics</herd> +<longdescription lang="en"> + JAGS is Just Another Gibbs Sampler. It is a program for analysis of + Bayesian hierarchical models using Markov Chain Monte Carlo (MCMC) + simulation not wholly unlike BUGS. + JAGS was written with three aims in mind: + * To have an engine for the BUGS language that runs on Unix + * To be extensible, allowing users to write their own functions, + distributions and samplers. + * To be a plaftorm for experimentation with ideas in Bayesian modelling +</longdescription> +</pkgmetadata> |