From: "Michael Orlitzky" <mjo@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/flint/
Date: Thu, 19 Dec 2024 00:19:29 +0000 (UTC) [thread overview]
Message-ID: <1734565743.be92e16589bd77497dfa960afd29afdebc85f58c.mjo@gentoo> (raw)
commit: be92e16589bd77497dfa960afd29afdebc85f58c
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 18 23:44:19 2024 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Wed Dec 18 23:49:03 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be92e165
sci-mathematics/flint: pass --disable-assembly to ./configure
This is an attempt to fix bug 946501 without the hardware. The undefined
symbols are guarded by the preprocessor macro FLINT_HAVE_ADX that is
related to the --enable-assembly flag, and the CPU detection is new in
-r2 (cmake doesn't do it), so it is a prime suspect.
Closes: https://bugs.gentoo.org/946501
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
.../flint/{flint-3.1.3_p1-r2.ebuild => flint-3.1.3_p1-r3.ebuild} | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sci-mathematics/flint/flint-3.1.3_p1-r2.ebuild b/sci-mathematics/flint/flint-3.1.3_p1-r3.ebuild
similarity index 97%
rename from sci-mathematics/flint/flint-3.1.3_p1-r2.ebuild
rename to sci-mathematics/flint/flint-3.1.3_p1-r3.ebuild
index 841de4da69e3..0766a2300847 100644
--- a/sci-mathematics/flint/flint-3.1.3_p1-r2.ebuild
+++ b/sci-mathematics/flint/flint-3.1.3_p1-r3.ebuild
@@ -70,11 +70,13 @@ src_configure() {
# ABI needs to be unset because flint uses it internally for
# an incompatible purpose.
+ # --disable-assembly in an attempt to fix bug 946501
# --enable-debug just adds -g to your CFLAGS
# --enable-avx2 and --enable-avx512 just add "-mfoo" to CFLAGS
# --enable-gc affects thread-safety
local myeconfargs=(
ABI=""
+ --disable-assembly
--disable-debug
--with-blas
--with-gmp
next reply other threads:[~2024-12-19 0:19 UTC|newest]
Thread overview: 46+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-19 0:19 Michael Orlitzky [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-08-03 6:14 [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/flint/ Joonas Niilola
2024-08-02 16:19 Sam James
2024-05-29 12:15 Sam James
2024-05-29 5:55 Joonas Niilola
2023-11-24 17:04 Arthur Zamarin
2023-07-15 22:09 Michael Orlitzky
2023-04-16 12:11 WANG Xuerui
2022-11-18 17:29 Arthur Zamarin
2022-07-01 21:31 Michael Orlitzky
2022-05-26 22:20 Michael Orlitzky
2022-01-18 21:50 Jakov Smolić
2022-01-18 21:50 Jakov Smolić
2021-11-22 3:07 Yixun Lan
2021-11-18 23:50 Georgy Yakovlev
2021-11-17 23:59 Michael Orlitzky
2021-11-03 21:04 Michael Orlitzky
2021-10-02 15:01 Michael Orlitzky
2021-09-30 11:57 Michael Orlitzky
2021-08-02 0:43 Sam James
2021-05-31 20:45 David Seifert
2021-05-29 8:53 Agostino Sarubbo
2021-05-29 8:41 Agostino Sarubbo
2021-05-04 19:10 Sam James
2021-04-02 14:04 Sam James
2021-03-15 17:47 Michael Orlitzky
2021-01-27 3:06 Sam James
2021-01-25 14:07 Sam James
2021-01-23 15:33 Michael Orlitzky
2021-01-23 15:33 Michael Orlitzky
2021-01-23 15:33 Michael Orlitzky
2021-01-23 15:33 Michael Orlitzky
2020-12-18 22:48 Michael Orlitzky
2020-10-27 19:58 Sam James
2020-08-12 17:33 Michael Orlitzky
2020-04-06 7:34 Agostino Sarubbo
2020-04-04 10:52 Sergei Trofimovich
2020-03-09 20:22 Andreas Sturmlechner
2020-03-09 12:48 Agostino Sarubbo
2020-03-09 12:39 Agostino Sarubbo
2019-12-12 16:46 Michał Górny
2017-09-24 19:17 Thomas Deutschmann
2017-09-24 19:17 Thomas Deutschmann
2016-03-02 19:38 Markus Meier
2016-01-05 9:42 Patrick Lauer
2015-11-12 10:11 Agostino Sarubbo
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=1734565743.be92e16589bd77497dfa960afd29afdebc85f58c.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