From c633f517a484ba512ee84f95481a919f8fcf236c Mon Sep 17 00:00:00 2001
From: Isuru Fernando <idf2@illinois.edu>
Date: Fri, 2 Apr 2021 10:35:51 -0500
Subject: [PATCH] Update to OpenCL 3 in wheels

---
 scripts/build-wheels.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/build-wheels.sh b/scripts/build-wheels.sh
index c2735b91..eec1bbce 100755
--- a/scripts/build-wheels.sh
+++ b/scripts/build-wheels.sh
@@ -44,9 +44,9 @@ make install
 cd ..
 rm -rf ruby-2.1.2
 
-git clone --branch v2.2.12 https://github.com/OCL-dev/ocl-icd
+git clone --branch v2.3.0 https://github.com/OCL-dev/ocl-icd
 cd ocl-icd
-curl -L -O https://raw.githubusercontent.com/conda-forge/ocl-icd-feedstock/22625432a0ae85920825dfeb103af9fe7bd6a950/recipe/install-headers.patch
+curl -L -O https://raw.githubusercontent.com/conda-forge/ocl-icd-feedstock/e2c03e3ddb1ff86630ccf80dc7b87a81640025ea/recipe/install-headers.patch
 git apply install-headers.patch
 curl -L -O https://github.com/isuruf/ocl-icd/commit/3862386b51930f95d9ad1089f7157a98165d5a6b.patch
 git apply 3862386b51930f95d9ad1089f7157a98165d5a6b.patch
-- 
GitLab