#15 Disable SSE2 on riscv64
Merged 2 months ago by jgrulich. Opened 2 months ago by rjones.
rpms/ rjones/qt6-qtbase riscv64-no-sse  into  rawhide

Disable SSE2 on riscv64
David Abdurachmanov • 2 months ago  
file modified
+5 -2
@@ -2,7 +2,7 @@ 

  %global multilib_archs x86_64 %{ix86} %{?mips} ppc64 ppc s390x s390 sparc64 sparcv9

  %global multilib_basearchs x86_64 %{?mips64} ppc64 s390x sparc64

  

- %ifarch s390x ppc64le aarch64 armv7hl

+ %ifarch s390x ppc64le aarch64 armv7hl riscv64

  %global no_sse2  1

  %endif

  
@@ -46,7 +46,7 @@ 

  Name:    qt6-qtbase

  Summary: Qt6 - QtBase components

  Version: 6.6.2

- Release: 4%{?dist}

+ Release: 5%{?dist}

  

  License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0

  Url:     http://qt-project.org/
@@ -846,6 +846,9 @@ 

  

  

  %changelog

+ * Fri Mar 01 2024 David Abdurachmanov <davidlt@rivosinc.com> - 6.6.2-5

+ - Disable SSE2 on riscv64

+ 

  * Fri Feb 23 2024 Neal Gompa <ngompa@fedoraproject.org> - 6.6.2-4

  - Use wlheadless-run for tests instead of xvfb-run

  

Signed-off-by: David Abdurachmanov davidlt@rivosinc.com

Pull-Request has been merged by jgrulich

2 months ago
Metadata