From 65eef8e563a634cc2273dc2c40224656afcbdeb0 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Fri, 26 Apr 2024 00:48:48 +0000 Subject: [PATCH 1/2] updated v2.12.0 --- recipe/conda_build_config.yaml | 5 ++++- recipe/meta.yaml | 8 ++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/recipe/conda_build_config.yaml b/recipe/conda_build_config.yaml index d8904741..dca8c4a3 100644 --- a/recipe/conda_build_config.yaml +++ b/recipe/conda_build_config.yaml @@ -7,7 +7,7 @@ cudnn: # [linux64] cdt_name: # [linux64] - cos7 # [linux64] -MACOSX_DEPLOYMENT_TARGET: # [osx and x86_64] +c_stdlib_version: # [osx and x86_64] - "10.15" # [osx and x86_64] MACOSX_SDK_VERSION: # [osx and x86_64] - "10.15" # [osx and x86_64] @@ -15,3 +15,6 @@ MACOSX_SDK_VERSION: # [osx and x86_64] # see https://github.com/conda-forge/ray-packages-feedstock/pull/152#issuecomment-2015479106 libgrpc: - '1.59' + +c_stdlib_version: # [linux] + - "2.17" # [linux] diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 60b40741..1651cd2a 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "2.11.0" %} +{% set version = "2.12.0" %} package: name: ray-packages @@ -6,7 +6,7 @@ package: source: url: https://github.com/ray-project/ray/archive/ray-{{ version }}.tar.gz - sha256: bc3bb73e41978272fbe9c64dd56c9e15f3cc2eeb7a86a8be828631b281dd1ce7 + sha256: 2d2461dd877c2b4d38bea59f7feebebb4d177612685764a44d31ae846bce6a50 patches: - patches/0001-patch-redis-for-ar-ranlib.patch - patches/0002-Disable-making-entry-scripts.patch @@ -24,6 +24,7 @@ build: requirements: build: - {{ compiler('c') }} + - {{ stdlib("c") }} - {{ compiler('cxx') }} outputs: @@ -55,9 +56,9 @@ outputs: requirements: build: - {{ compiler('c') }} + - {{ stdlib("c") }} - {{ compiler('cxx') }} - bazel =5.4.1 - - sysroot_linux-64 2.17 # [linux64] - patchelf # [linux] - colorama - curl @@ -93,7 +94,6 @@ outputs: - requests - setproctitle >=1.2.2,<1.4 run_constrained: - - __osx >={{ MACOSX_DEPLOYMENT_TARGET|default("10.15") }} test: imports: From 843c312ebbb2626cce70efedc1a8ee552dec1308 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Fri, 26 Apr 2024 00:56:34 +0000 Subject: [PATCH 2/2] MNT: Re-rendered with conda-build 24.3.0, conda-smithy 3.34.1, and conda-forge-pinning 2024.04.25.12.04.30 --- .ci_support/linux_64_python3.10.____cpython.yaml | 2 +- .ci_support/linux_64_python3.11.____cpython.yaml | 2 +- .ci_support/linux_64_python3.8.____cpython.yaml | 2 +- .ci_support/linux_64_python3.9.____cpython.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.ci_support/linux_64_python3.10.____cpython.yaml b/.ci_support/linux_64_python3.10.____cpython.yaml index 1de46547..16af43a2 100644 --- a/.ci_support/linux_64_python3.10.____cpython.yaml +++ b/.ci_support/linux_64_python3.10.____cpython.yaml @@ -5,7 +5,7 @@ c_compiler_version: c_stdlib: - sysroot c_stdlib_version: -- '2.12' +- '2.17' cdt_name: - cos7 channel_sources: diff --git a/.ci_support/linux_64_python3.11.____cpython.yaml b/.ci_support/linux_64_python3.11.____cpython.yaml index 2cf93bfb..b86a3d16 100644 --- a/.ci_support/linux_64_python3.11.____cpython.yaml +++ b/.ci_support/linux_64_python3.11.____cpython.yaml @@ -5,7 +5,7 @@ c_compiler_version: c_stdlib: - sysroot c_stdlib_version: -- '2.12' +- '2.17' cdt_name: - cos7 channel_sources: diff --git a/.ci_support/linux_64_python3.8.____cpython.yaml b/.ci_support/linux_64_python3.8.____cpython.yaml index f620d269..9da533f1 100644 --- a/.ci_support/linux_64_python3.8.____cpython.yaml +++ b/.ci_support/linux_64_python3.8.____cpython.yaml @@ -5,7 +5,7 @@ c_compiler_version: c_stdlib: - sysroot c_stdlib_version: -- '2.12' +- '2.17' cdt_name: - cos7 channel_sources: diff --git a/.ci_support/linux_64_python3.9.____cpython.yaml b/.ci_support/linux_64_python3.9.____cpython.yaml index fe25f170..ba20e96e 100644 --- a/.ci_support/linux_64_python3.9.____cpython.yaml +++ b/.ci_support/linux_64_python3.9.____cpython.yaml @@ -5,7 +5,7 @@ c_compiler_version: c_stdlib: - sysroot c_stdlib_version: -- '2.12' +- '2.17' cdt_name: - cos7 channel_sources: