Revert "gnu: beignet: Fix build."

This reverts commit 213516f0ba,
which removed ICD support entirely.
This commit is contained in:
Tobias Geerinckx-Rice 2023-09-10 02:00:00 +02:00
parent 1ad4d00a95
commit 40e78353a4
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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