diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2021-06-01 07:48:51 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2021-06-01 07:49:16 -0400 |
commit | 75e9a4b859d719f69fbda1138e87db624197f503 (patch) | |
tree | ab425c8af4300acf3ea3d4a214cae7f1e4609b85 /sci-mathematics | |
parent | app-misc/grc: updating to version 1.12 (diff) | |
download | gentoo-75e9a4b859d719f69fbda1138e87db624197f503.tar.gz gentoo-75e9a4b859d719f69fbda1138e87db624197f503.tar.bz2 gentoo-75e9a4b859d719f69fbda1138e87db624197f503.zip |
sci-mathematics/singular: fix CFLAGS/CXXFLAGS support, mostly.
This build system is a maze, but it turns out that we can fix most of
the C(XX)FLAGS problems simply by passing --disable-optimizationflags
to ./configure.
Closes: https://bugs.gentoo.org/777792
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/singular/singular-4.2.0_p3.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sci-mathematics/singular/singular-4.2.0_p3.ebuild b/sci-mathematics/singular/singular-4.2.0_p3.ebuild index df77bad38d57..2e0528d5512a 100644 --- a/sci-mathematics/singular/singular-4.2.0_p3.ebuild +++ b/sci-mathematics/singular/singular-4.2.0_p3.ebuild @@ -57,6 +57,7 @@ src_configure() { --enable-libfac \ --enable-IntegerProgramming \ --disable-polymake \ + --disable-optimizationflags \ $(use_enable static-libs static) \ $(use_enable emacs) \ $(use_with readline) |