diff --git a/scripts/build-wheels.sh b/scripts/build-wheels.sh index c2735b9197403aac571e844248d9d097af6da637..eec1bbce15b774a63ac38af3e9134ec0e207653b 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