~ruther/guix-local

40e78353a4699b8edb6600d82df648914c9110b9 — Tobias Geerinckx-Rice 2 years ago 1ad4d00
Revert "gnu: beignet: Fix build."

This reverts commit 213516f0baf92b6f50bd0c2e005625c0b3421a6f,
which removed ICD support entirely.
1 files changed, 1 insertions(+), 4 deletions(-)

M gnu/packages/opencl.scm
M gnu/packages/opencl.scm => gnu/packages/opencl.scm +1 -4
@@ 266,10 266,7 @@ incorporate inside an OpenCL implementation to give it ICD functionalities.")
       (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