From d98cdbba9f52e35fd326f741c07ef173a4b244c3 Mon Sep 17 00:00:00 2001 From: lingsheng <860373352@qq.com> Date: Wed, 4 Jun 2025 14:29:48 +0800 Subject: [PATCH] Only enable orcjit on no mcjit support architectures --- mesa.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mesa.spec b/mesa.spec index 5ba87ca..ce36eb5 100644 --- a/mesa.spec +++ b/mesa.spec @@ -65,7 +65,7 @@ Name: mesa Summary: Mesa graphics libraries Version: 24.3.1 -Release: 1 +Release: 2 License: MIT URL: https://www.mesa3d.org @@ -351,7 +351,6 @@ export ASFLAGS="--generate-missing-build-notes=yes" -Degl=enabled \ -Dglvnd=enabled \ -Dintel-rt=%{?with_intel_vk_rt:enabled}%{!?with_intel_vk_rt:disabled} \ - -Dllvm-orcjit=true \ -Dmicrosoft-clc=disabled \ -Dllvm=enabled \ -Dshared-llvm=enabled \ @@ -596,6 +595,9 @@ done %endif %changelog +* Wed Jun 04 2025 lingsheng - 24.3.1-2 +- Only enable orcjit on no mcjit support architectures + * Thu Dec 05 2024 Funda Wang - 24.3.1-1 - update to 24.3.1 -- Gitee