Disable NVK for now in ELN builds

While it is possible that we may eventually want to enable this for
RHEL, in its current form it is pulling in OpenCL dependencies (e.g.
libclc, SPIRV) and uses Fedora rust-packaging and crates.  Because it
does not use the usual %cargo_* macros, it is not clear how to go about
vendoring the rust dependencies for ELN and RHEL builds.
This commit is contained in:
Yaakov Selkowitz 2024-01-26 15:51:43 -05:00 committed by yselkowitz
parent 49e0793310
commit 11daf3f5dd

View file

@ -5,16 +5,13 @@
%global with_va 1
%if !0%{?rhel}
%global with_nine 1
%global with_nvk %{with vulkan_hw}
%global with_omx 1
%global with_opencl 1
%endif
%global base_vulkan ,amd
%endif
%if 0%{?with_vulkan_hw}
%global with_nvk 1
%endif
%ifarch %{ix86} x86_64
%global with_crocus 1
%global with_i915 1