diff options
author | David Seifert <soap@gentoo.org> | 2021-11-05 12:59:44 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-11-05 12:59:44 +0100 |
commit | 6f518d741e19775185bb29d5239311450c0ecbbc (patch) | |
tree | b348eff019ce79361bd4383379a5cb0be0678080 /sci-libs | |
parent | www-apps/piwigo: 12.0.0 bump (diff) | |
download | gentoo-6f518d741e19775185bb29d5239311450c0ecbbc.tar.gz gentoo-6f518d741e19775185bb29d5239311450c0ecbbc.tar.bz2 gentoo-6f518d741e19775185bb29d5239311450c0ecbbc.zip |
sci-libs/fftw: remove append-flags -mavx2
Closes: https://bugs.gentoo.org/698572
Bug: https://bugs.gentoo.org/821916
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/fftw/fftw-3.3.10.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sci-libs/fftw/fftw-3.3.10.ebuild b/sci-libs/fftw/fftw-3.3.10.ebuild index c8a32cdc88e8..f3fa7dd693b0 100644 --- a/sci-libs/fftw/fftw-3.3.10.ebuild +++ b/sci-libs/fftw/fftw-3.3.10.ebuild @@ -5,7 +5,7 @@ EAPI=7 FORTRAN_NEEDED=fortran -inherit flag-o-matic fortran-2 multibuild multilib-minimal toolchain-funcs +inherit fortran-2 multibuild multilib-minimal toolchain-funcs DESCRIPTION="Fast C library for the Discrete Fourier Transform" HOMEPAGE="https://www.fftw.org/" @@ -110,10 +110,6 @@ multilib_src_configure() { } src_configure() { - # upstream does not append proper -m flags - # https://bugs.gentoo.org/698572 - use cpu_flags_x86_avx2 && append-flags -mavx2 - multibuild_foreach_variant multilib-minimal_src_configure } |