From: "Matthias Maier" <tamiko@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/arpack/
Date: Sun, 13 Aug 2017 09:04:56 +0000 (UTC) [thread overview]
Message-ID: <1502615088.2e77dea07b9dcda0ed589a52ceb4fd437fe90b1d.tamiko@gentoo> (raw)
commit: 2e77dea07b9dcda0ed589a52ceb4fd437fe90b1d
Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 13 09:04:14 2017 +0000
Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Sun Aug 13 09:04:48 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e77dea0
sci-libs/arpack: version bump to 3.5.0
Package-Manager: Portage-2.3.6, Repoman-2.3.3
sci-libs/arpack/Manifest | 1 +
sci-libs/arpack/arpack-3.5.0.ebuild | 63 +++++++++++++++++++++++++++++++++++++
2 files changed, 64 insertions(+)
diff --git a/sci-libs/arpack/Manifest b/sci-libs/arpack/Manifest
index 4d84fd5a177..f33a897ebe4 100644
--- a/sci-libs/arpack/Manifest
+++ b/sci-libs/arpack/Manifest
@@ -1,4 +1,5 @@
DIST arpack-3.4.0.tar.gz 942149 SHA256 69e9fa08bacb2475e636da05a6c222b17c67f1ebeab3793762062248dd9d842f SHA512 4577a960ed0783ed2c0eb5e1871c21b9e23e75fbbfa10da1584cd3716f2699c0d633bb0e2019c0aa8809917684ef18d32508b76cb1edfc62b1179d5bbc2b68ba WHIRLPOOL 0e7f04ebf8fa86053fe684e8f32a8647cf38d69a4395e304c5eafc90aa5091f6add80fde413b5f22dbb74b8d16781ca4be8b2020f5efc8b911fdbf6b75f77ee8
+DIST arpack-3.5.0.tar.gz 949853 SHA256 50f7a3e3aec2e08e732a487919262238f8504c3ef927246ec3495617dde81239 SHA512 67181c783e61d5d2214ccbfa0de8efd55148537feca30376760f7009995694f68c9fc14991306fa19ad67598497510b6e0d42b68dc56dd581dc2a798e3a4b369 WHIRLPOOL 832ae313453b282aa20ba4b470e5665ac6f6782816b78b0360fde8665199449877edd8541f3496aa0e274d6b6a89e5a585fec675c53c3deaf88de8f9b0c60756
DIST arpack-ng_3.1.5.tar.gz 1516406 SHA256 a269ce7806bc77ced31ef794d23c3e3aff8543b65550fd7e3e24660f2a79d515 SHA512 4876b0babb89bbcc39e92b63d4537b860e9cd0b8a188937d3ba815041b7261623cdac25c91c8bef20ebce4271f822307c492cf6c9f22ec3d740218405337a515 WHIRLPOOL 6bd202c3bb3c12939bef2178d8e7fe7d7cc96a9dc0e4bb965c241f2c299e0b90d3a383429b94a6bc69bb063d689909e8cc9365091e8aa1d420875fc0c2142331
DIST tutorial.ps.gz 105599 SHA256 2f745fe80b0a4fcdf1c273995ed67bc6cf03684ccbaa44442ad1187ea41b81c0 SHA512 a7b8fefd1a572ed477ae208d49094c1c65c9368990d12de9b3528e33fed546c947659f74e54a810d04154b4a1b0f9a94bcba4db0cf59d379e20786a261066aa4 WHIRLPOOL 6e1f6901c81993371731861b8c617f9ef22b602e737b3102c2107713b3201362ddd48205aac5814e3a157549f4fa5f280d18e7b84afc8edeadb93d10d8bda5c9
DIST ug.ps.gz 248543 SHA256 ff1faac74bfc42442955906132756ecd7f0034803898d507dbd1bc960f6f4ab0 SHA512 3349117fb10b07207ffbab2ffa31b406d026855ea4c16e8649b14c7d70bc94e11b5730672e34acd654817799136d4bd76569ac50ec78d787df5582d18ed61328 WHIRLPOOL 83db17d8b1c49d532ca6f4412d110b1973323da5bb526804ab779bc143cf84d8270655b306822e04fa64290f531ed2c4f1e74ffbccbf76529991203e869ca6df
diff --git a/sci-libs/arpack/arpack-3.5.0.ebuild b/sci-libs/arpack/arpack-3.5.0.ebuild
new file mode 100644
index 00000000000..2d605fd2473
--- /dev/null
+++ b/sci-libs/arpack/arpack-3.5.0.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools eutils fortran-2 toolchain-funcs
+
+MY_P="${PN}-ng_${PV}"
+
+DESCRIPTION="Arnoldi package library to solve large scale eigenvalue problems"
+HOMEPAGE="http://www.caam.rice.edu/software/ARPACK/ http://forge.scilab.org/index.php/p/arpack-ng/"
+SRC_URI="
+ https://github.com/opencollab/${PN}-ng/archive/${PV}.tar.gz -> ${P}.tar.gz
+ doc? (
+ http://www.caam.rice.edu/software/ARPACK/SRC/ug.ps.gz
+ http://www.caam.rice.edu/software/ARPACK/DOCS/tutorial.ps.gz )"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
+IUSE="doc examples mpi static-libs"
+
+RDEPEND="
+ virtual/blas
+ virtual/lapack
+ mpi? ( virtual/mpi[fortran] )"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+
+S="${WORKDIR}/${PN}-ng-${PV}"
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_configure() {
+ econf \
+ --with-blas="$($(tc-getPKG_CONFIG) --libs blas)" \
+ --with-lapack="$($(tc-getPKG_CONFIG) --libs lapack)" \
+ $(use_enable mpi)
+}
+
+src_test() {
+ cp "${S}"/TESTS/testA.mtx "${BUILD_DIR}"/TESTS || die
+ default
+}
+
+src_install() {
+ default
+
+ dodoc DOCUMENTS/*.doc
+ newdoc DOCUMENTS/README README.doc
+ use doc && dodoc "${WORKDIR}"/*.ps
+ if use examples; then
+ insinto /usr/share/doc/${PF}
+ doins -r EXAMPLES
+ if use mpi; then
+ insinto /usr/share/doc/${PF}/EXAMPLES/PARPACK
+ doins -r PARPACK/EXAMPLES/MPI
+ fi
+ fi
+}
next reply other threads:[~2017-08-13 9:05 UTC|newest]
Thread overview: 47+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-13 9:04 Matthias Maier [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-03-06 5:30 [gentoo-commits] repo/gentoo:master commit in: sci-libs/arpack/ Sam James
2024-03-04 11:38 Sam James
2023-12-16 20:56 Sam James
2023-12-16 19:16 Arthur Zamarin
2023-12-16 11:47 Arthur Zamarin
2023-12-09 17:15 Arthur Zamarin
2023-11-13 3:28 Sam James
2023-08-24 1:04 Matthias Maier
2023-07-05 16:30 Viorel Munteanu
2023-03-05 4:13 Sam James
2021-11-05 18:02 Sam James
2021-11-05 18:02 Sam James
2021-07-27 6:19 Sergei Trofimovich
2021-07-02 7:35 Marek Szuba
2021-07-02 7:33 Marek Szuba
2021-01-07 1:24 Sam James
2021-01-03 21:30 Sam James
2021-01-03 19:40 Sam James
2021-01-03 9:12 Sam James
2020-12-27 3:37 Sam James
2020-12-27 3:37 Sam James
2020-11-12 20:57 Andreas Sturmlechner
2020-11-12 17:26 Sam James
2020-11-07 20:34 Sergei Trofimovich
2020-11-07 20:22 Sergei Trofimovich
2020-11-06 23:29 Sam James
2020-11-06 22:17 Sam James
2020-11-06 5:53 Sam James
2020-09-18 22:56 Sam James
2020-09-18 22:56 Sam James
2020-08-23 17:01 David Seifert
2020-06-14 22:13 David Seifert
2020-06-14 22:13 David Seifert
2020-06-07 21:11 Alexey Shvetsov
2020-06-05 2:28 Brian Evans
2020-03-07 15:11 Michał Górny
2019-10-20 13:37 David Seifert
2018-03-24 2:25 Matthias Maier
2018-03-24 2:25 Matthias Maier
2017-09-25 8:07 Patrick Lauer
2017-02-19 14:43 Justin Lecher
2017-02-16 23:14 Michael Weber
2017-02-12 17:01 Agostino Sarubbo
2017-02-05 13:28 Jeroen Roovers
2017-02-04 15:21 Agostino Sarubbo
2017-02-03 3:02 Matthias Maier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1502615088.2e77dea07b9dcda0ed589a52ceb4fd437fe90b1d.tamiko@gentoo \
--to=tamiko@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox