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/.ci_support/win_64_.yaml b/.ci_support/win_64_.yaml index 3860cc2..d1d2b41 100644 --- a/.ci_support/win_64_.yaml +++ b/.ci_support/win_64_.yaml @@ -2,8 +2,6 @@ c_compiler: - vs2019 c_stdlib: - vs -c_stdlib_version: -- '2019' channel_sources: - conda-forge channel_targets: diff --git a/conda-forge.yml b/conda-forge.yml index 04c24b6..9378d65 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 d8dcbcb..deda20b 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -24,7 +24,7 @@ source: sha256: 6a1c32e68ee1a95ca17334691ff9ad1ffe7f352c24a083d55e4c96b8063b2bcb # [win] build: - number: 1 + number: 2 skip: true # [osx] outputs: @@ -40,7 +40,7 @@ outputs: - {{ compiler("c") }} - {{ compiler("cxx") }} - arm-variant * {{ arm_variant_type }} # [aarch64] - - sysroot_{{ target_platform }} 2.17 # [linux] + - {{ stdlib("c") }} - patchelf <0.18.0 # [linux] host: - cuda-version {{ cuda_version }} @@ -77,7 +77,7 @@ outputs: - {{ compiler("c") }} - {{ compiler("cxx") }} - arm-variant * {{ arm_variant_type }} # [aarch64] - - sysroot_{{ target_platform }} 2.17 # [linux] + - {{ stdlib("c") }} host: - cuda-version {{ cuda_version }} - {{ pin_subpackage("cuda-cudart_" + target_platform, exact=True) }} @@ -121,7 +121,7 @@ outputs: - {{ compiler("c") }} - {{ compiler("cxx") }} - arm-variant * {{ arm_variant_type }} # [aarch64] - - sysroot_{{ target_platform }} 2.17 # [linux] + - {{ stdlib("c") }} host: - cuda-version {{ cuda_version }} run: @@ -163,7 +163,7 @@ outputs: - {{ compiler("c") }} - {{ compiler("cxx") }} - arm-variant * {{ arm_variant_type }} # [aarch64] - - sysroot_{{ target_platform }} 2.17 # [linux] + - {{ stdlib("c") }} host: - cuda-version {{ cuda_version }} run: @@ -205,7 +205,7 @@ outputs: - {{ compiler("c") }} - {{ compiler("cxx") }} - arm-variant * {{ arm_variant_type }} # [aarch64] - - sysroot_{{ target_platform }} 2.17 # [linux] + - {{ stdlib("c") }} host: - cuda-version {{ cuda_version }} run: @@ -239,7 +239,7 @@ outputs: - {{ compiler("c") }} - {{ compiler("cxx") }} - arm-variant * {{ arm_variant_type }} # [aarch64] - - sysroot_{{ target_platform }} 2.17 # [linux] + - {{ stdlib("c") }} host: - cuda-version {{ cuda_version }} run: @@ -272,7 +272,7 @@ outputs: - {{ compiler("c") }} - {{ compiler("cxx") }} - arm-variant * {{ arm_variant_type }} # [aarch64] - - sysroot_{{ target_platform }} 2.17 # [linux] + - {{ stdlib("c") }} host: - cuda-version {{ cuda_version }} run: @@ -305,7 +305,7 @@ outputs: - {{ compiler("c") }} - {{ compiler("cxx") }} - arm-variant * {{ arm_variant_type }} # [aarch64] - - sysroot_{{ target_platform }} 2.17 # [linux] + - {{ stdlib("c") }} host: - cuda-version {{ cuda_version }} run: