diff --git a/.azure-pipelines/azure-pipelines-win.yml b/.azure-pipelines/azure-pipelines-win.yml index a192c0b..8a96a72 100755 --- a/.azure-pipelines/azure-pipelines-win.yml +++ b/.azure-pipelines/azure-pipelines-win.yml @@ -5,7 +5,7 @@ jobs: - job: win pool: - vmImage: windows-2019 + vmImage: windows-2022 strategy: matrix: win_64_: @@ -36,7 +36,7 @@ jobs: - script: | call activate base - mamba.exe install "python=3.9" conda-build conda pip boa conda-forge-ci-setup=3 "py-lief<0.12" -c conda-forge --strict-channel-priority --yes + mamba.exe install "python=3.10" conda-build conda pip boa conda-forge-ci-setup=3 -c conda-forge --strict-channel-priority --yes displayName: Install conda-build - script: set PYTHONUNBUFFERED=1 diff --git a/.scripts/run_osx_build.sh b/.scripts/run_osx_build.sh index b3abaeb..bb00584 100755 --- a/.scripts/run_osx_build.sh +++ b/.scripts/run_osx_build.sh @@ -24,9 +24,9 @@ source ${MINIFORGE_HOME}/etc/profile.d/conda.sh conda activate base mamba install --update-specs --quiet --yes --channel conda-forge \ - conda-build pip boa conda-forge-ci-setup=3 "py-lief<0.12" + conda-build pip boa conda-forge-ci-setup=3 mamba update --update-specs --yes --quiet --channel conda-forge \ - conda-build pip boa conda-forge-ci-setup=3 "py-lief<0.12" + conda-build pip boa conda-forge-ci-setup=3 diff --git a/README.md b/README.md index 1e91f28..18db1ea 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -About khronos-opencl-icd-loader -=============================== +About khronos-opencl-icd-loader-feedstock +========================================= + +Feedstock license: [BSD-3-Clause](https://github.com/conda-forge/khronos-opencl-icd-loader-feedstock/blob/main/LICENSE.txt) Home: https://www.khronos.org/registry/cl/ Package license: Apache-2.0 -Feedstock license: [BSD-3-Clause](https://github.com/conda-forge/khronos-opencl-icd-loader-feedstock/blob/main/LICENSE.txt) - Summary: A driver loader for OpenCL Development: https://github.com/KhronosGroup/OpenCL-ICD-Loader diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 6ad517b..731f4b3 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "2023.02.06" %} +{% set version = "2023.04.17" %} package: name: khronos-opencl-icd-loader @@ -6,12 +6,12 @@ package: source: - url: https://github.com/KhronosGroup/OpenCL-ICD-Loader/archive/refs/tags/v{{ version }}.zip - sha256: 5c1a5e035481d6946cd0749f6f87a950e89b0f56bf7125064169c9f5a4b3f6d2 + sha256: 53d33bf629f145e7fded56d7fd9dde3aa85f9e0573171d777464e092f04bbf31 patches: - no_check_integrity_win.patch - url: https://github.com/KhronosGroup/OpenCL-Headers/archive/v{{ version }}.zip - sha256: 8289bfdc3839affa635e6f174f0297e94215e1d7279f287a7b068ac5db3fe5af + sha256: 68dc80a943fdfc760abc15d36ff301e54ebb326e643169ec63c459827b4fbb4d folder: inc build: