From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/cholmod/
Date: Sun, 23 Aug 2020 17:01:54 +0000 (UTC) [thread overview]
Message-ID: <1598202079.386bb5e0a10b38679b51319ffd7c217ad472204b.soap@gentoo> (raw)
commit: 386bb5e0a10b38679b51319ffd7c217ad472204b
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 23 17:01:19 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Aug 23 17:01:19 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=386bb5e0
sci-libs/cholmod: Remove libtool archives
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: David Seifert <soap <AT> gentoo.org>
sci-libs/cholmod/cholmod-3.0.13.ebuild | 22 ++++++++++++++++++----
1 file changed, 18 insertions(+), 4 deletions(-)
diff --git a/sci-libs/cholmod/cholmod-3.0.13.ebuild b/sci-libs/cholmod/cholmod-3.0.13.ebuild
index 3baa9854bc6..bf568d5872a 100644
--- a/sci-libs/cholmod/cholmod-3.0.13.ebuild
+++ b/sci-libs/cholmod/cholmod-3.0.13.ebuild
@@ -12,19 +12,26 @@ SRC_URI="http://202.36.178.9/sage/${P}.tar.bz2"
LICENSE="LGPL-2.1+ modify? ( GPL-2+ ) matrixops? ( GPL-2+ )"
SLOT="0"
KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x86-macos"
-IUSE="cuda doc +lapack +matrixops +modify +partition static-libs"
+IUSE="cuda doc +lapack +matrixops +modify +partition"
BDEPEND="virtual/pkgconfig
doc? ( virtual/latex-base )"
DEPEND="
>=sci-libs/amd-2.4
>=sci-libs/colamd-2.9
- cuda? ( x11-drivers/nvidia-drivers dev-util/nvidia-cuda-toolkit )
+ cuda? (
+ x11-drivers/nvidia-drivers
+ dev-util/nvidia-cuda-toolkit
+ )
lapack? ( virtual/lapack )
partition? (
>=sci-libs/camd-2.4
>=sci-libs/ccolamd-2.9
- || ( >=sci-libs/metis-5.1.0 sci-libs/parmetis ) )"
+ || (
+ >=sci-libs/metis-5.1.0
+ sci-libs/parmetis
+ )
+ )"
RDEPEND="${DEPEND}"
src_configure() {
@@ -44,10 +51,10 @@ src_configure() {
fi
econf \
+ --disable-static \
--with-blas="${blas_libs}" \
--with-lapack="${lapack_libs}" \
$(use_with doc) \
- $(use_enable static-libs static) \
$(use_with modify) \
$(use_with matrixops) \
$(use_with partition) \
@@ -55,3 +62,10 @@ src_configure() {
$(use_with lapack supernodal) \
"${cudaconfargs[@]}"
}
+
+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: 33+ 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-06-17 1:47 [gentoo-commits] repo/gentoo:master commit in: sci-libs/cholmod/ Sam James
2024-06-05 18:09 Andrew Ammerlaan
2023-06-20 0:27 Michael Orlitzky
2023-06-20 0:02 Michael Orlitzky
2023-06-20 0:02 Michael Orlitzky
2022-12-01 3:21 WANG Xuerui
2022-10-09 16:10 Sam James
2021-07-14 16:14 Marek Szuba
2021-02-18 8:39 Sam James
2021-02-18 8:35 Sam James
2021-02-18 8:35 Sam James
2021-02-11 7:45 Sergei Trofimovich
2021-01-18 17:43 Sam James
2021-01-18 14:53 Sam James
2021-01-18 14:10 Sam James
2021-01-06 15:17 Fabian Groffen
2020-11-07 17:57 Sam James
2020-10-02 18:18 Miroslav Ć ulc
2020-09-22 21:33 Conrad Kostecki
2020-07-21 10:03 Andreas Sturmlechner
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-03-02 17:21 Michael Orlitzky
2019-05-21 6:31 Aaron Bauman
2019-01-02 11:39 Justin Lecher
2019-01-02 10:31 Justin Lecher
2018-12-31 9:44 Justin Lecher
2017-07-08 9:25 Alexis Ballier
2017-07-01 9:52 Sergei Trofimovich
2016-06-07 16:47 Tobias Klausmann
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=1598202079.386bb5e0a10b38679b51319ffd7c217ad472204b.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