From 40e78353a4699b8edb6600d82df648914c9110b9 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 10 Sep 2023 02:00:00 +0200 Subject: [PATCH] Revert "gnu: beignet: Fix build." This reverts commit 213516f0baf92b6f50bd0c2e005625c0b3421a6f, which removed ICD support entirely. --- gnu/packages/opencl.scm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/gnu/packages/opencl.scm b/gnu/packages/opencl.scm index 56eecec603..74b250cb9d 100644 --- a/gnu/packages/opencl.scm +++ b/gnu/packages/opencl.scm @@ -266,10 +266,7 @@ (define-public beignet (list (string-append "-DCLANG_LIBRARY_DIR=" (assoc-ref %build-inputs "clang@3.7") "/lib") "-DENABLE_GL_SHARING=ON" - "-DEXPERIMENTAL_DOUBLE=ON" - ;; disable OCL ICD, which is probably this project: - ;; https://github.com/OCL-dev/ocl-icd - "-DOCLICD_COMPAT=0") + "-DEXPERIMENTAL_DOUBLE=ON") #:phases (modify-phases %standard-phases