Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/singular/
Date: Tue, 01 Jun 2021 11:51:17
Message-Id: 1622548156.75e9a4b859d719f69fbda1138e87db624197f503.mjo@gentoo
1 commit: 75e9a4b859d719f69fbda1138e87db624197f503
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 1 11:48:51 2021 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 1 11:49:16 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75e9a4b8
7
8 sci-mathematics/singular: fix CFLAGS/CXXFLAGS support, mostly.
9
10 This build system is a maze, but it turns out that we can fix most of
11 the C(XX)FLAGS problems simply by passing --disable-optimizationflags
12 to ./configure.
13
14 Closes: https://bugs.gentoo.org/777792
15 Package-Manager: Portage-3.0.18, Repoman-3.0.2
16 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
17
18 sci-mathematics/singular/singular-4.2.0_p3.ebuild | 1 +
19 1 file changed, 1 insertion(+)
20
21 diff --git a/sci-mathematics/singular/singular-4.2.0_p3.ebuild b/sci-mathematics/singular/singular-4.2.0_p3.ebuild
22 index df77bad38d5..2e0528d5512 100644
23 --- a/sci-mathematics/singular/singular-4.2.0_p3.ebuild
24 +++ b/sci-mathematics/singular/singular-4.2.0_p3.ebuild
25 @@ -57,6 +57,7 @@ src_configure() {
26 --enable-libfac \
27 --enable-IntegerProgramming \
28 --disable-polymake \
29 + --disable-optimizationflags \
30 $(use_enable static-libs static) \
31 $(use_enable emacs) \
32 $(use_with readline)