We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0540af4 commit 8f1b053Copy full SHA for 8f1b053
.ci/ci-images/manylinux_2_28_aarch64/Dockerfile
@@ -116,6 +116,7 @@ cmake --install pocl/build --component icd
116
117
# try hand-writing the pocl.icd file in the case where pocl's CMake refused to
118
if ! test -f /etc/OpenCL/vendors/pocl.icd ; then
119
+ mkdir -p /etc/OpenCL/vendors
120
POCL_LIBRARY=$(
121
find /usr/local/lib64 -type f -name 'libOpenCL.so.2.*'
122
)
.ci/ci-images/manylinux_2_28_x86_64/Dockerfile
@@ -75,6 +75,7 @@ cmake --install pocl/build --component icd
75
76
77
78
79
80
81
0 commit comments