me
/
guix
Archived
1
0
Fork 0

gnu: beignet: Fix build.

* gnu/packages/opencl.scm (beignet)[arguments]: Add configure flag.
Andreas Enge 2023-09-15 22:20:59 +02:00
parent edca2863bc
commit 213516f0ba
No known key found for this signature in database
GPG Key ID: F7D5C9BF765C61E3
1 changed files with 4 additions and 1 deletions

View File

@ -240,7 +240,10 @@ the system.")
(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