From: "Michael Orlitzky" <mjo@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/lcalc/
Date: Fri, 18 Apr 2025 04:20:33 +0000 (UTC) [thread overview]
Message-ID: <1744949752.c97c57985dee6abdf0f101ca96b7347b03afaae7.mjo@gentoo> (raw)
commit: c97c57985dee6abdf0f101ca96b7347b03afaae7
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 18 04:15:10 2025 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Fri Apr 18 04:15:52 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c97c5798
sci-mathematics/lcalc: try elibtoolize to fix bug 953363
Bug: https://bugs.gentoo.org/953363
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
.../lcalc/{lcalc-2.1.0.ebuild => lcalc-2.1.0-r1.ebuild} | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/sci-mathematics/lcalc/lcalc-2.1.0.ebuild b/sci-mathematics/lcalc/lcalc-2.1.0-r1.ebuild
similarity index 89%
rename from sci-mathematics/lcalc/lcalc-2.1.0.ebuild
rename to sci-mathematics/lcalc/lcalc-2.1.0-r1.ebuild
index a39356808db6..8143393823f7 100644
--- a/sci-mathematics/lcalc/lcalc-2.1.0.ebuild
+++ b/sci-mathematics/lcalc/lcalc-2.1.0-r1.ebuild
@@ -3,6 +3,8 @@
EAPI=8
+inherit libtool
+
DESCRIPTION="Command-line utility and library for L-function computations"
HOMEPAGE="https://gitlab.com/sagemath/lcalc"
SRC_URI="https://gitlab.com/-/project/12934202/uploads/679cb360a06a713233876cd6fa0ba2fa/${P}.tar.xz"
@@ -25,6 +27,13 @@ DEPEND="double-double? ( sci-libs/qd:= )
pari? ( sci-mathematics/pari:= )"
RDEPEND="${DEPEND}"
+src_prepare() {
+ default
+
+ # Attempt to fix bug 953363 (using the fix for bug 914068)
+ elibtoolize
+}
+
src_configure() {
econf $(use_with pari) \
--enable-precision="$(usev double)$(usev double-double)$(usev quad-double)"
next reply other threads:[~2025-04-18 4:20 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-18 4:20 Michael Orlitzky [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-10 15:37 [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/lcalc/ Michael Orlitzky
2024-08-27 0:39 Michael Orlitzky
2022-07-16 12:30 Michael Orlitzky
2022-07-16 12:30 Michael Orlitzky
2022-06-12 21:26 Michael Orlitzky
2022-03-10 23:12 Sam James
2022-01-18 13:57 Michael Orlitzky
2022-01-18 13:57 Michael Orlitzky
2021-12-21 14:38 Michael Orlitzky
2021-11-26 0:55 Michael Orlitzky
2021-11-02 12:23 Michael Orlitzky
2021-07-14 10:50 Michael Orlitzky
2021-07-05 14:40 Michael Orlitzky
2021-07-01 18:57 Michael Orlitzky
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=1744949752.c97c57985dee6abdf0f101ca96b7347b03afaae7.mjo@gentoo \
--to=mjo@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