From 62480d77e01f5d0ee7a03f6eb0ff9ae04699fe0a Mon Sep 17 00:00:00 2001 From: Hyunsu Cho Date: Tue, 23 Apr 2024 14:28:51 -0700 Subject: [PATCH 1/3] Migrate to `{{ stdlib("c") }}` --- .ci_support/linux_64_.yaml | 4 ++-- conda-forge.yml | 4 ++++ recipe/meta.yaml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.ci_support/linux_64_.yaml b/.ci_support/linux_64_.yaml index 5d614fe..290ee2a 100644 --- a/.ci_support/linux_64_.yaml +++ b/.ci_support/linux_64_.yaml @@ -5,9 +5,9 @@ c_compiler_version: c_stdlib: - sysroot c_stdlib_version: -- '2.12' +- '2.17' cdt_name: -- cos6 +- cos7 channel_sources: - conda-forge channel_targets: diff --git a/conda-forge.yml b/conda-forge.yml index 29fcb47..f381e3a 100644 --- a/conda-forge.yml +++ b/conda-forge.yml @@ -10,3 +10,7 @@ github: provider: linux_aarch64: default linux_ppc64le: default +os_version: + linux_64: cos7 + linux_aarch64: cos7 + linux_ppc64le: cos7 diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 5e43f92..b8aebd7 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -17,7 +17,7 @@ source: sha256: b39a8cb837fe3846284d89ab2202e93b14804349d3fc9aa8a8384fd2759ec2f5 # [aarch64] build: - number: 1 + number: 2 skip: true # [osx or win] script_env: - DRV_VERSION={{ driver_version }} From 8bc9409dba81d182f0812d726212fd48af8540a0 Mon Sep 17 00:00:00 2001 From: Hyunsu Cho Date: Wed, 24 Apr 2024 10:09:31 -0700 Subject: [PATCH 2/3] Add stdlib --- recipe/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index b8aebd7..0e6a904 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -50,6 +50,7 @@ outputs: build: - {{ compiler("c") }} - {{ compiler("cxx") }} + - {{ stdlib("c") }} test: commands: - test -f $PREFIX/cuda-compat/libcuda.so.{{ driver_version }} From d1d8e89f4eeddacc6246706cbc9ea9672b68e580 Mon Sep 17 00:00:00 2001 From: "conda-forge-webservices[bot]" <91080706+conda-forge-webservices[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 06:23:32 +0000 Subject: [PATCH 3/3] MNT: Re-rendered with conda-build 24.5.0, conda-smithy 3.35.1, and conda-forge-pinning 2024.05.13.13.50.55