From 11daf3f5ddf38567cf901945c9697bf1526c1494 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Fri, 26 Jan 2024 15:51:43 -0500 Subject: [PATCH] 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. --- mesa.spec | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/mesa.spec b/mesa.spec index 2ca9aba..cf626bb 100644 --- a/mesa.spec +++ b/mesa.spec @@ -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