Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 913031
Collapse All | Expand All

(-)file_not_specified_in_diff (-9 / +9 lines)
Line  Link Here
0
-- /var/db/repos/gentoo/media-libs/opencv/opencv-4.8.0-r1.ebuild       2023-08-26 05:23:31.094654526 -0000
0
++ opencv-4.8.0-r1.ebuild      2023-08-27 01:16:04.427288476 -0000
Lines 490-506 Link Here
490
       # ==================================================
490
       # ==================================================
491
       # cpu flags, should solve 633900
491
       # cpu flags, should solve 633900
492
       #===================================================
492
       #===================================================
493
       local CPU_BASELINE=""
493
       #local CPU_BASELINE=""
494
       for i in "${CPU_FEATURES_MAP[@]}" ; do
494
       #for i in "${CPU_FEATURES_MAP[@]}" ; do
495
               if [[ ${ABI} != x86 || ${i%:*} != "cpu_flags_x86_avx2" ]]; then # workaround for Bug 747163
495
       #       if [[ ${ABI} != x86 || ${i%:*} != "cpu_flags_x86_avx2" ]]; then # workaround for Bug 747163
496
                       use ${i%:*} && CPU_BASELINE="${CPU_BASELINE}${i#*:};"
496
       #               use ${i%:*} && CPU_BASELINE="${CPU_BASELINE}${i#*:};"
497
               fi
497
       #       fi
498
       done
498
       #done
499
       GLOBALCMAKEARGS+=(
499
       GLOBALCMAKEARGS+=(
500
               -DOPENCV_CPU_OPT_IMPLIES_IGNORE=ON
500
               -DOPENCV_CPU_OPT_IMPLIES_IGNORE=ON
501
               -DCPU_BASELINE=${CPU_BASELINE}
501
               #-DCPU_BASELINE=${CPU_BASELINE}
502
               -DCPU_DISPATCH=
502
               #-DCPU_DISPATCH=
503
       )
503
       )
504
       # ===================================================
504
       # ===================================================

Return to bug 913031