File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
pkgs/development/libraries/mesa Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -215,9 +215,6 @@ in stdenv.mkDerivation {
215215 # Required for OpenCL
216216 ( lib . mesonOption "clang-libdir" "${ lib . getLib llvmPackages . clang-unwrapped } /lib" )
217217
218- # Clover, old OpenCL frontend
219- ( lib . mesonOption "gallium-opencl" "icd" )
220-
221218 # Rusticl, new OpenCL frontend
222219 ( lib . mesonBool "gallium-rusticl" true )
223220
@@ -321,9 +318,8 @@ in stdenv.mkDerivation {
321318 moveToOutput bin/vtn_bindgen $cross_tools
322319
323320 moveToOutput "lib/lib*OpenCL*" $opencl
324- # Construct our own .icd files that contain absolute paths .
321+ # Construct our own .icd file that contains an absolute path .
325322 mkdir -p $opencl/etc/OpenCL/vendors/
326- echo $opencl/lib/libMesaOpenCL.so > $opencl/etc/OpenCL/vendors/mesa.icd
327323 echo $opencl/lib/libRusticlOpenCL.so > $opencl/etc/OpenCL/vendors/rusticl.icd
328324
329325 moveToOutput bin/spirv2dxil $spirv2dxil
You can’t perform that action at this time.
0 commit comments