commit:     7b48b3f78072691a3e4170abfd150bdeea065f93
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  2 07:15:03 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun Jun  2 08:22:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b48b3f7

dev-qt/qtbase: remove obsolete cpu feature workaround

qt6-build.eclass does a different type of workaround,
see the new _qt6-build_sanitize_cpu_flags function.

Bug: https://bugs.gentoo.org/933374
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 dev-qt/qtbase/qtbase-6.7.0-r2.ebuild | 33 +--------------------------------
 dev-qt/qtbase/qtbase-6.7.1.ebuild    | 33 +--------------------------------
 dev-qt/qtbase/qtbase-6.7.9999.ebuild | 33 +--------------------------------
 dev-qt/qtbase/qtbase-6.9999.ebuild   | 33 +--------------------------------
 4 files changed, 4 insertions(+), 128 deletions(-)

diff --git a/dev-qt/qtbase/qtbase-6.7.0-r2.ebuild 
b/dev-qt/qtbase/qtbase-6.7.0-r2.ebuild
index 203bcb3c6d6f..b3b3f80bb86a 100644
--- a/dev-qt/qtbase/qtbase-6.7.0-r2.ebuild
+++ b/dev-qt/qtbase/qtbase-6.7.0-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit flag-o-matic qt6-build toolchain-funcs
+inherit qt6-build toolchain-funcs
 
 DESCRIPTION="Cross-platform application development framework"
 
@@ -248,37 +248,6 @@ src_configure() {
                $(qt_feature sqlite system_sqlite)
        )
 
-       if use amd64 || use x86; then
-               # see bug #913400 for explanations
-               local cpufeats=(
-                       # list of checked cpu features in configure.cmake
-                       avx avx2 avx512{bw,cd,dq,er,f,ifma,pf,vbmi,vbmi2,vl}
-                       f16c rdrnd rdseed sse2 sse3 sse4_1 sse4_2 ssse3 vaes
-               )
-               # handle odd ones out not matching -m* and macros (keep same 
order)
-               local cpuflags=( "${cpufeats[@]}" aes sha )
-               local cpufeats+=( aesni shani )
-
-               local -a intrins
-               IFS=' ' read -ra intrins < <(
-                       : "$(test-flags-CXX "${cpuflags[@]/#/-m}")"
-                       $(tc-getCXX) -E -P ${_} ${CXXFLAGS} ${CPPFLAGS} - 
<<-EOF | tail -n 1
-                               $(printf '__%s__ ' "${cpuflags[@]^^}")
-                       EOF
-                       assert
-               )
-
-               # do nothing and leave to qtbase if no macros expanded (test 
failed?)
-               if [[ \ ${intrins[*]} == *\ [^_\ ]* ]]; then
-                       local -i i
-                       for ((i=0; i<${#cpufeats[@]}; i++)); do
-                               [[ ${intrins[i]} == __* ]] &&
-                                       mycmakeargs+=( 
-DQT_FEATURE_${cpufeats[i]}=OFF )
-                       done
-                       mycmakeargs+=( -DTEST_x86intrin=ON )
-               fi
-       fi
-
        qt6-build_src_configure
 }
 

diff --git a/dev-qt/qtbase/qtbase-6.7.1.ebuild 
b/dev-qt/qtbase/qtbase-6.7.1.ebuild
index 40845fc00e5b..8fcaa6b8b960 100644
--- a/dev-qt/qtbase/qtbase-6.7.1.ebuild
+++ b/dev-qt/qtbase/qtbase-6.7.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit flag-o-matic qt6-build toolchain-funcs
+inherit qt6-build toolchain-funcs
 
 DESCRIPTION="Cross-platform application development framework"
 
@@ -247,37 +247,6 @@ src_configure() {
                $(qt_feature sqlite system_sqlite)
        )
 
-       if use amd64 || use x86; then
-               # see bug #913400 for explanations
-               local cpufeats=(
-                       # list of checked cpu features in configure.cmake
-                       avx avx2 avx512{bw,cd,dq,er,f,ifma,pf,vbmi,vbmi2,vl}
-                       f16c rdrnd rdseed sse2 sse3 sse4_1 sse4_2 ssse3 vaes
-               )
-               # handle odd ones out not matching -m* and macros (keep same 
order)
-               local cpuflags=( "${cpufeats[@]}" aes sha )
-               local cpufeats+=( aesni shani )
-
-               local -a intrins
-               IFS=' ' read -ra intrins < <(
-                       : "$(test-flags-CXX "${cpuflags[@]/#/-m}")"
-                       $(tc-getCXX) -E -P ${_} ${CXXFLAGS} ${CPPFLAGS} - 
<<-EOF | tail -n 1
-                               $(printf '__%s__ ' "${cpuflags[@]^^}")
-                       EOF
-                       assert
-               )
-
-               # do nothing and leave to qtbase if no macros expanded (test 
failed?)
-               if [[ \ ${intrins[*]} == *\ [^_\ ]* ]]; then
-                       local -i i
-                       for ((i=0; i<${#cpufeats[@]}; i++)); do
-                               [[ ${intrins[i]} == __* ]] &&
-                                       mycmakeargs+=( 
-DQT_FEATURE_${cpufeats[i]}=OFF )
-                       done
-                       mycmakeargs+=( -DTEST_x86intrin=ON )
-               fi
-       fi
-
        qt6-build_src_configure
 }
 

diff --git a/dev-qt/qtbase/qtbase-6.7.9999.ebuild 
b/dev-qt/qtbase/qtbase-6.7.9999.ebuild
index 016279f8fec5..fbe1ce6c1da1 100644
--- a/dev-qt/qtbase/qtbase-6.7.9999.ebuild
+++ b/dev-qt/qtbase/qtbase-6.7.9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit flag-o-matic qt6-build toolchain-funcs
+inherit qt6-build toolchain-funcs
 
 DESCRIPTION="Cross-platform application development framework"
 
@@ -245,37 +245,6 @@ src_configure() {
                $(qt_feature sqlite system_sqlite)
        )
 
-       if use amd64 || use x86; then
-               # see bug #913400 for explanations
-               local cpufeats=(
-                       # list of checked cpu features in configure.cmake
-                       avx avx2 avx512{bw,cd,dq,er,f,ifma,pf,vbmi,vbmi2,vl}
-                       f16c rdrnd rdseed sse2 sse3 sse4_1 sse4_2 ssse3 vaes
-               )
-               # handle odd ones out not matching -m* and macros (keep same 
order)
-               local cpuflags=( "${cpufeats[@]}" aes sha )
-               local cpufeats+=( aesni shani )
-
-               local -a intrins
-               IFS=' ' read -ra intrins < <(
-                       : "$(test-flags-CXX "${cpuflags[@]/#/-m}")"
-                       $(tc-getCXX) -E -P ${_} ${CXXFLAGS} ${CPPFLAGS} - 
<<-EOF | tail -n 1
-                               $(printf '__%s__ ' "${cpuflags[@]^^}")
-                       EOF
-                       assert
-               )
-
-               # do nothing and leave to qtbase if no macros expanded (test 
failed?)
-               if [[ \ ${intrins[*]} == *\ [^_\ ]* ]]; then
-                       local -i i
-                       for ((i=0; i<${#cpufeats[@]}; i++)); do
-                               [[ ${intrins[i]} == __* ]] &&
-                                       mycmakeargs+=( 
-DQT_FEATURE_${cpufeats[i]}=OFF )
-                       done
-                       mycmakeargs+=( -DTEST_x86intrin=ON )
-               fi
-       fi
-
        qt6-build_src_configure
 }
 

diff --git a/dev-qt/qtbase/qtbase-6.9999.ebuild 
b/dev-qt/qtbase/qtbase-6.9999.ebuild
index 016279f8fec5..fbe1ce6c1da1 100644
--- a/dev-qt/qtbase/qtbase-6.9999.ebuild
+++ b/dev-qt/qtbase/qtbase-6.9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit flag-o-matic qt6-build toolchain-funcs
+inherit qt6-build toolchain-funcs
 
 DESCRIPTION="Cross-platform application development framework"
 
@@ -245,37 +245,6 @@ src_configure() {
                $(qt_feature sqlite system_sqlite)
        )
 
-       if use amd64 || use x86; then
-               # see bug #913400 for explanations
-               local cpufeats=(
-                       # list of checked cpu features in configure.cmake
-                       avx avx2 avx512{bw,cd,dq,er,f,ifma,pf,vbmi,vbmi2,vl}
-                       f16c rdrnd rdseed sse2 sse3 sse4_1 sse4_2 ssse3 vaes
-               )
-               # handle odd ones out not matching -m* and macros (keep same 
order)
-               local cpuflags=( "${cpufeats[@]}" aes sha )
-               local cpufeats+=( aesni shani )
-
-               local -a intrins
-               IFS=' ' read -ra intrins < <(
-                       : "$(test-flags-CXX "${cpuflags[@]/#/-m}")"
-                       $(tc-getCXX) -E -P ${_} ${CXXFLAGS} ${CPPFLAGS} - 
<<-EOF | tail -n 1
-                               $(printf '__%s__ ' "${cpuflags[@]^^}")
-                       EOF
-                       assert
-               )
-
-               # do nothing and leave to qtbase if no macros expanded (test 
failed?)
-               if [[ \ ${intrins[*]} == *\ [^_\ ]* ]]; then
-                       local -i i
-                       for ((i=0; i<${#cpufeats[@]}; i++)); do
-                               [[ ${intrins[i]} == __* ]] &&
-                                       mycmakeargs+=( 
-DQT_FEATURE_${cpufeats[i]}=OFF )
-                       done
-                       mycmakeargs+=( -DTEST_x86intrin=ON )
-               fi
-       fi
-
        qt6-build_src_configure
 }
 

Reply via email to