mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
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="
|
(list (string-append "-DCLANG_LIBRARY_DIR="
|
||||||
(assoc-ref %build-inputs "clang@3.7") "/lib")
|
(assoc-ref %build-inputs "clang@3.7") "/lib")
|
||||||
"-DENABLE_GL_SHARING=ON"
|
"-DENABLE_GL_SHARING=ON"
|
||||||
"-DEXPERIMENTAL_DOUBLE=ON"
|
"-DEXPERIMENTAL_DOUBLE=ON")
|
||||||
;; disable OCL ICD, which is probably this project:
|
|
||||||
;; https://github.com/OCL-dev/ocl-icd
|
|
||||||
"-DOCLICD_COMPAT=0")
|
|
||||||
|
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
|
Loading…
Reference in a new issue