From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E556C158003 for ; Fri, 5 Nov 2021 12:00:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E56EE08E5; Fri, 5 Nov 2021 12:00:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 133EFE08E5 for ; Fri, 5 Nov 2021 12:00:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1A33134310B for ; Fri, 5 Nov 2021 11:59:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 67DB883 for ; Fri, 5 Nov 2021 11:59:55 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1636113584.6f518d741e19775185bb29d5239311450c0ecbbc.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/fftw/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/fftw/fftw-3.3.10.ebuild X-VCS-Directories: sci-libs/fftw/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 6f518d741e19775185bb29d5239311450c0ecbbc X-VCS-Branch: master Date: Fri, 5 Nov 2021 11:59:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d0ab32e0-9d58-4f17-81d7-1fa4344fcc40 X-Archives-Hash: 0ace406c4dd6f973cbf12e3fe2798b74 commit: 6f518d741e19775185bb29d5239311450c0ecbbc Author: David Seifert gentoo org> AuthorDate: Fri Nov 5 11:59:44 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Nov 5 11:59:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f518d74 sci-libs/fftw: remove append-flags -mavx2 Closes: https://bugs.gentoo.org/698572 Bug: https://bugs.gentoo.org/821916 Signed-off-by: David Seifert gentoo.org> sci-libs/fftw/fftw-3.3.10.ebuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/sci-libs/fftw/fftw-3.3.10.ebuild b/sci-libs/fftw/fftw-3.3.10.ebuild index c8a32cdc88e..f3fa7dd693b 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 }