Dominique Leuenberger 2023-02-07 17:47:49 +00:00 committed by Git OBS Bridge
commit 15c1ce6814
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 6 13:52:18 UTC 2023 - Andreas Schwab <schwab@suse.de>
- Don't enable rusticl without opencl
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jan 27 17:27:47 UTC 2023 - Stefan Dirsch <sndirsch@suse.com> Fri Jan 27 17:27:47 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>

View File

@ -96,11 +96,9 @@
%if "%{flavor}" == "drivers" %if "%{flavor}" == "drivers"
%define glamor 0 %define glamor 0
%if 0%{?suse_version} > 1550 %if 0%{?suse_version} > 1550 && 0%{with_opencl}
%ifnarch s390 s390x
%define with_rusticl 1 %define with_rusticl 1
%endif %endif
%endif
%else %else
# No llvm dependencies # No llvm dependencies
%define with_llvm 0 %define with_llvm 0