#22 Enable intel-clc
Merged a year ago by pwalter. Opened a year ago by mdaenzer.
rpms/ mdaenzer/mesa enable-intel-clc  into  rawhide

file modified
+5 -1
@@ -131,6 +131,9 @@ 

  %endif

  BuildRequires:  python3-devel

  BuildRequires:  python3-mako

+ %ifarch %{ix86} x86_64

+ BuildRequires:  python3-ply

+ %endif

  BuildRequires:  vulkan-headers

  BuildRequires:  glslang

  %if 0%{?with_vulkan_hw}
@@ -359,7 +362,7 @@ 

    -Dgallium-nine=%{?with_nine:true}%{!?with_nine:false} \

    -Dgallium-opencl=%{?with_opencl:icd}%{!?with_opencl:disabled} \

  %if 0%{?with_opencl}

-   -Dgallium-rusticl=true -Dllvm=enabled -Drust_std=2021 \

+   -Dgallium-rusticl=true \

  %endif

    -Dvulkan-drivers=%{?vulkan_drivers} \

    -Dvulkan-layers=device-select \
@@ -371,6 +374,7 @@ 

    -Dglx=dri \

    -Degl=enabled \

    -Dglvnd=true \

+   -Dintel-clc=enabled \

    -Dmicrosoft-clc=disabled \

    -Dllvm=enabled \

    -Dshared-llvm=enabled \

Enables ANV ray tracing support.

Also drop a couple of superfluous meson parameters for rusticl.

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci
https://fedora.softwarefactory-project.io/zuul/buildset/c46cc3bcac4d4ce0abbb615d51adb41a

Thanks! Did you see that the CI scratch build failed? Is it missing BuildRequires for the new feature?

2 new commits added

  • Enable intel-clc for ANV ray tracing support
  • Remove superfluous meson parameters for rusticl
a year ago

Thanks! Did you see that the CI scratch build failed? Is it missing BuildRequires for the new feature?

Yes, fixed now.

Build succeeded.
https://fedora.softwarefactory-project.io/zuul/buildset/4f2cbb8ae9ef4208a30f67b951f484a5

Pull-Request has been merged by pwalter

a year ago
Metadata