Skip to content

Commit

Permalink
Fix the OpenCL header version
Browse files Browse the repository at this point in the history
Signed-off-by: nyanmisaka <[email protected]>
  • Loading branch information
nyanmisaka committed Apr 12, 2023
1 parent 62bdea1 commit 9ada902
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions builder/scripts.d/45-opencl.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/bash

SCRIPT_REPO="https://github.com/KhronosGroup/OpenCL-Headers.git"
SCRIPT_COMMIT="ca7e258f681734b2ae1ef74ddf0808627a507889"
SCRIPT_COMMIT="4c82e9cfaaad18c340f48af3cf5d09ff33e8c1b7"

SCRIPT_REPO2="https://github.com/KhronosGroup/OpenCL-ICD-Loader.git"
SCRIPT_COMMIT2="617580b23fbf11233f6c7d365671edacd2bcd735"
SCRIPT_COMMIT2="2cde5d09953a041786d1cfdcb1c08704a82cb904"

ffbuild_enabled() {
return 0
Expand Down
2 changes: 1 addition & 1 deletion docker-build-win64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ make install
popd

# OpenCL headers
git clone --depth=1 https://github.com/KhronosGroup/OpenCL-Headers.git
git clone -b v2023.02.06 --depth=1 https://github.com/KhronosGroup/OpenCL-Headers.git
pushd OpenCL-Headers/CL
mkdir -p ${FF_DEPS_PREFIX}/include/CL
mv * ${FF_DEPS_PREFIX}/include/CL
Expand Down

0 comments on commit 9ada902

Please sign in to comment.