summaryrefslogtreecommitdiff
path: root/sci-mathematics
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-11-22 13:06:25 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-11-22 13:06:25 +0000
commit5d0c50eb490582cf1277e150ee5bb63a90b85aa6 (patch)
tree7204c80f526d36b5a4c7c6cd1339971b97636808 /sci-mathematics
parent13ec12ad28bc2ce6e2902be1d571befcca2b3f60 (diff)
gentoo auto-resync : 22:11:2022 - 13:06:24
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/Manifest.gzbin16198 -> 16195 bytes
-rw-r--r--sci-mathematics/jags/Manifest4
-rw-r--r--sci-mathematics/jags/jags-4.3.0.ebuild10
-rw-r--r--sci-mathematics/jags/jags-4.3.1.ebuild47
4 files changed, 55 insertions, 6 deletions
diff --git a/sci-mathematics/Manifest.gz b/sci-mathematics/Manifest.gz
index 1bfcd1e9b39e..ab4a84b793bf 100644
--- a/sci-mathematics/Manifest.gz
+++ b/sci-mathematics/Manifest.gz
Binary files differ
diff --git a/sci-mathematics/jags/Manifest b/sci-mathematics/jags/Manifest
index 555336fb9a0e..abacf02a13fc 100644
--- a/sci-mathematics/jags/Manifest
+++ b/sci-mathematics/jags/Manifest
@@ -1,3 +1,5 @@
DIST JAGS-4.3.0.tar.gz 2057409 BLAKE2B 5820c66dd10cc90343d53b901b7dbc1acf85dca0f5f80280864190882f0af865edad877eb2cfd421ec2035d3ae843373da1facee8a10b6735e2fc0387d452949 SHA512 d0564c73ff45484afad532ed788353f9c0945cd9667030eed5be674492bf97524d05903b22d4995c1de8a331dba7b04425d009e114d98a38b4bfce5214518b36
-EBUILD jags-4.3.0.ebuild 906 BLAKE2B 6ca94785094a93df979f6804febc3b83bf01c8803b904a9943043f45a8a491c0aa743c270a2d7f6b85a73957f077c118247639a338183111034129bcc764f977 SHA512 31c1ad935ecfb112d936ce18c3dc23e9575487f8addc9f26d6b3eeef0bd239c53c4f3e58abcc78260d8190ae46b8e2a4a55da0d121ee5195d14b8a99e70e5ccf
+DIST JAGS-4.3.1.tar.gz 2019687 BLAKE2B dd464675f1aab59d007ffb29844b50ddcc26320cf8159b5ca108bf0e6db9878499aa40e090250b84ff4c8733100149037b2b3cee00b3ff2ec4fb23769157b944 SHA512 dceb97c92ad3ce3ebf62e1e68e822857f170f797f81a79fe5a56d8a81f8ea619e6e06356335e44def8f50ff82af55b2f9f7a880b84e092262a2d78e46c43acf2
+EBUILD jags-4.3.0.ebuild 917 BLAKE2B d8712dbc00033a29522f7dba81966de2353cc5bc434b36eac6785a4b794be6c15ba08ab63b828ac4a3ed63bea19229b499492d0c4751d1d1e7875fd73cdbb43f SHA512 e3a08da8d7294cb1d4c864f791fc80d76b193519598b9161658f1be07e34a340787bed1ceedf5258bacba54868f3c9d02dd9b38af1f5b3caaa845a4dbd959b39
+EBUILD jags-4.3.1.ebuild 916 BLAKE2B c8d02242a9a876b2ab719ecddeca3ba77bd59d8ea65719f3bfffddaf3b110b58335e19333fb9c6277aa14c7eaf526e745eff237bc06f474dc979d9db66d7c26e SHA512 4509e862431329e4ce99607f5ed6b4b6ce6424f2401083bc7b020697e7f529ac97d0165d5e9d8a4b80deacac8f2eabf0d01f7a77bb9a9f2cfa471214e8cd970e
MISC metadata.xml 865 BLAKE2B 6a997d33faa0e84c6bacead33c91a63048cca029df407566730b77f615357230154f9a6ff790190a2547b33311a6a7f23135c354ed25f1eff1d7ceba9a146f94 SHA512 7e38978f65eac37716d885e6e5519c45f2c9c6b1f2616225abab4a6f9b4112cc02a47219c2db48458de2c998864023f10487456ae549829a8449a56cf49181c1
diff --git a/sci-mathematics/jags/jags-4.3.0.ebuild b/sci-mathematics/jags/jags-4.3.0.ebuild
index 719d2d152ee1..6c2ad95e6bdc 100644
--- a/sci-mathematics/jags/jags-4.3.0.ebuild
+++ b/sci-mathematics/jags/jags-4.3.0.ebuild
@@ -9,10 +9,11 @@ MYP="JAGS-${PV}"
DESCRIPTION="Just Another Gibbs Sampler for Bayesian MCMC simulation"
HOMEPAGE="https://mcmc-jags.sourceforge.io/"
-SRC_URI="mirror://sourceforge/project/mcmc-jags/JAGS/4.x/Source/${MYP}.tar.gz"
+SRC_URI="mirror://sourceforge/project/mcmc-jags/JAGS/$(ver_cut 1).x/Source/${MYP}.tar.gz"
+S="${WORKDIR}/${MYP}"
-SLOT="0"
LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
IUSE="doc"
@@ -26,9 +27,8 @@ BDEPEND="
doc? (
virtual/latex-base
dev-texlive/texlive-latexextra
- )"
-
-S="${WORKDIR}/${MYP}"
+ )
+"
src_configure() {
econf \
diff --git a/sci-mathematics/jags/jags-4.3.1.ebuild b/sci-mathematics/jags/jags-4.3.1.ebuild
new file mode 100644
index 000000000000..3b7d97d08930
--- /dev/null
+++ b/sci-mathematics/jags/jags-4.3.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+MYP="JAGS-${PV}"
+
+DESCRIPTION="Just Another Gibbs Sampler for Bayesian MCMC simulation"
+HOMEPAGE="https://mcmc-jags.sourceforge.io/"
+SRC_URI="mirror://sourceforge/project/mcmc-jags/JAGS/$(ver_cut 1).x/Source/${MYP}.tar.gz"
+S="${WORKDIR}/${MYP}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc"
+
+RDEPEND="
+ virtual/blas
+ virtual/lapack
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ virtual/pkgconfig
+ doc? (
+ virtual/latex-base
+ dev-texlive/texlive-latexextra
+ )
+"
+
+src_configure() {
+ econf \
+ --with-blas="$($(tc-getPKG_CONFIG) --libs blas)" \
+ --with-lapack="$($(tc-getPKG_CONFIG) --libs lapack)"
+}
+
+src_compile() {
+ emake all $(usev doc docs)
+}
+
+src_install() {
+ default
+ use doc && dodoc doc/manual/*.pdf
+ find "${ED}" -name '*.la' -delete || die
+}