public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matthias Maier" <tamiko@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/arpack/
Date: Thu, 24 Aug 2023 01:04:13 +0000 (UTC)	[thread overview]
Message-ID: <1692839050.7199527c9451cfdeb524cd8e7b618a903fef8cc0.tamiko@gentoo> (raw)

commit:     7199527c9451cfdeb524cd8e7b618a903fef8cc0
Author:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 24 01:03:34 2023 +0000
Commit:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Thu Aug 24 01:04:10 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7199527c

sci-libs/arpack: also install headers for ISO C bindings

Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>

 sci-libs/arpack/{arpack-3.8.0.ebuild => arpack-3.8.0-r1.ebuild} | 1 +
 sci-libs/arpack/{arpack-3.9.0.ebuild => arpack-3.9.0-r1.ebuild} | 1 +
 sci-libs/arpack/arpack-9999.ebuild                              | 3 ++-
 3 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/sci-libs/arpack/arpack-3.8.0.ebuild b/sci-libs/arpack/arpack-3.8.0-r1.ebuild
similarity index 98%
rename from sci-libs/arpack/arpack-3.8.0.ebuild
rename to sci-libs/arpack/arpack-3.8.0-r1.ebuild
index c54db4557179..33421451eea4 100644
--- a/sci-libs/arpack/arpack-3.8.0.ebuild
+++ b/sci-libs/arpack/arpack-3.8.0-r1.ebuild
@@ -35,6 +35,7 @@ src_prepare() {
 src_configure() {
 	econf \
 		--disable-static \
+		--enable-icb \
 		--with-blas="$($(tc-getPKG_CONFIG) --libs blas)" \
 		--with-lapack="$($(tc-getPKG_CONFIG) --libs lapack)" \
 		$(use_enable mpi)

diff --git a/sci-libs/arpack/arpack-3.9.0.ebuild b/sci-libs/arpack/arpack-3.9.0-r1.ebuild
similarity index 98%
rename from sci-libs/arpack/arpack-3.9.0.ebuild
rename to sci-libs/arpack/arpack-3.9.0-r1.ebuild
index cfd783760a46..543b592a542d 100644
--- a/sci-libs/arpack/arpack-3.9.0.ebuild
+++ b/sci-libs/arpack/arpack-3.9.0-r1.ebuild
@@ -35,6 +35,7 @@ src_prepare() {
 src_configure() {
 	econf \
 		--disable-static \
+		--enable-icb \
 		--with-blas="$($(tc-getPKG_CONFIG) --libs blas)" \
 		--with-lapack="$($(tc-getPKG_CONFIG) --libs lapack)" \
 		$(use_enable mpi)

diff --git a/sci-libs/arpack/arpack-9999.ebuild b/sci-libs/arpack/arpack-9999.ebuild
index 4130db5de749..543b592a542d 100644
--- a/sci-libs/arpack/arpack-9999.ebuild
+++ b/sci-libs/arpack/arpack-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -35,6 +35,7 @@ src_prepare() {
 src_configure() {
 	econf \
 		--disable-static \
+		--enable-icb \
 		--with-blas="$($(tc-getPKG_CONFIG) --libs blas)" \
 		--with-lapack="$($(tc-getPKG_CONFIG) --libs lapack)" \
 		$(use_enable mpi)


             reply	other threads:[~2023-08-24  1:04 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-24  1: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-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-08-13  9:04 Matthias Maier
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=1692839050.7199527c9451cfdeb524cd8e7b618a903fef8cc0.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