Revert "gnu: beignet: Fix build."
This reverts commit 213516f0ba
,
which removed ICD support entirely.
This commit is contained in:
parent
1ad4d00a95
commit
40e78353a4
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue