[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: Revert "gnu: beignet: Fix build."
From: |
guix-commits |
Subject: |
branch master updated: Revert "gnu: beignet: Fix build." |
Date: |
Fri, 15 Sep 2023 16:49:43 -0400 |
This is an automated email from the git hooks/post-receive script.
nckx pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 40e78353a4 Revert "gnu: beignet: Fix build."
40e78353a4 is described below
commit 40e78353a4699b8edb6600d82df648914c9110b9
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Sep 10 02:00:00 2023 +0200
Revert "gnu: beignet: Fix build."
This reverts commit 213516f0baf92b6f50bd0c2e005625c0b3421a6f,
which removed ICD support entirely.
---
gnu/packages/opencl.scm | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/gnu/packages/opencl.scm b/gnu/packages/opencl.scm
index 56eecec603..74b250cb9d 100644
--- a/gnu/packages/opencl.scm
+++ b/gnu/packages/opencl.scm
@@ -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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: Revert "gnu: beignet: Fix build.",
guix-commits <=