From 5757738a8525f951ccf7ef94d4d857be1550ccd9 Mon Sep 17 00:00:00 2001 From: Bruno Manuel Santos Saraiva Date: Wed, 9 Jul 2025 10:17:39 +0100 Subject: [PATCH] trying installation of opencl-headers in cibuildwheel --- .github/workflows/build_test_deploy_all_wheels.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_test_deploy_all_wheels.yml b/.github/workflows/build_test_deploy_all_wheels.yml index 1003f636..7c386535 100644 --- a/.github/workflows/build_test_deploy_all_wheels.yml +++ b/.github/workflows/build_test_deploy_all_wheels.yml @@ -53,6 +53,7 @@ jobs: CL_INC_DIR=/usr/include CL_LIB_DIR=/usr/lib/x86_64-linux-gnu CL_LIBNAME=OpenCL + CIBW_BEFORE_ALL_LINUX: 'yum install -y opencl-headers' - name: Test wheels (only on macOS ARM64) if: matrix.os == 'macOS-ARM'