From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/spqr/
Date: Sun, 23 Aug 2020 17:01:54 +0000 (UTC) [thread overview]
Message-ID: <1598202097.cb3a7886fcadc6433e2c7c8a92f253310d3fa563.soap@gentoo> (raw)
commit: cb3a7886fcadc6433e2c7c8a92f253310d3fa563
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 23 17:01:37 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Aug 23 17:01:37 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb3a7886
sci-libs/spqr: Remove libtool archives
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: David Seifert <soap <AT> gentoo.org>
sci-libs/spqr/spqr-2.0.9.ebuild | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)
diff --git a/sci-libs/spqr/spqr-2.0.9.ebuild b/sci-libs/spqr/spqr-2.0.9.ebuild
index b454c16516e..72475fd658a 100644
--- a/sci-libs/spqr/spqr-2.0.9.ebuild
+++ b/sci-libs/spqr/spqr-2.0.9.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://202.36.178.9/sage/${P}.tar.bz2"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
-IUSE="doc partition static-libs tbb"
+IUSE="doc partition tbb"
BDEPEND="virtual/pkgconfig
doc? ( virtual/latex-base )"
@@ -18,7 +18,8 @@ BDEPEND="virtual/pkgconfig
# USE=lapack, and cholmod has to have partition support if spqr is going
# to have it (the ./configure script for spqr checks this). Note that
# spqr links to metis directly, too.
-DEPEND="virtual/lapack
+DEPEND="
+ virtual/lapack
>=sci-libs/cholmod-2[lapack,partition?]
partition? ( >=sci-libs/metis-5.1.0 )
tbb? ( dev-cpp/tbb )"
@@ -26,8 +27,15 @@ RDEPEND="${DEPEND}"
src_configure() {
econf \
+ --disable-static \
$(use_with doc) \
- $(use_enable static-libs static) \
$(use_with partition) \
$(use_with tbb)
}
+
+src_install() {
+ default
+
+ # no static archives
+ find "${D}" -name '*.la' -delete || die
+}
next reply other threads:[~2020-08-23 17:02 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-23 17:01 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-05 12:29 [gentoo-commits] repo/gentoo:master commit in: sci-libs/spqr/ Sam James
2024-08-26 13:13 Eli Schwartz
2024-08-26 13:13 Eli Schwartz
2023-06-20 0:02 Michael Orlitzky
2023-06-20 0:02 Michael Orlitzky
2023-06-20 0:02 Michael Orlitzky
2023-06-20 0:02 Michael Orlitzky
2023-06-03 11:15 Arthur Zamarin
2022-12-04 9:23 WANG Xuerui
2022-11-19 11:41 Andrew Ammerlaan
2021-12-02 1:25 Sam James
2021-11-11 3:49 Sam James
2021-10-29 22:23 Sam James
2021-10-02 23:17 Sam James
2021-07-14 16:14 Marek Szuba
2020-07-19 16:03 Sam James
2020-06-22 6:57 Agostino Sarubbo
2020-06-21 17:08 Agostino Sarubbo
2020-06-21 17:03 Agostino Sarubbo
2020-06-02 22:21 Mart Raudsepp
2020-05-15 17:33 Sergei Trofimovich
2020-04-13 22:19 Sergei Trofimovich
2020-03-02 17:21 Michael Orlitzky
2017-09-30 2:58 Sergei Trofimovich
2017-07-01 9:52 Sergei Trofimovich
2017-04-29 16:21 Jeroen Roovers
2017-04-05 15:36 Michael Weber
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=1598202097.cb3a7886fcadc6433e2c7c8a92f253310d3fa563.soap@gentoo \
--to=soap@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