Skip to content

Commit 20fea38

Browse files
authored
mesa: drop clover (#391743)
2 parents ffe7874 + f9691c4 commit 20fea38

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pkgs/development/libraries/mesa/default.nix

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)