From 205a1564dbe09d61cadba33860c530062fa866da Mon Sep 17 00:00:00 2001 From: adibbley Date: Thu, 4 Apr 2024 09:01:58 -0400 Subject: [PATCH 1/2] Update for CUDA 12.4.1 --- recipe/meta.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 4b2bb1f..44cfbad 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "cuda-nvcc-impl" %} -{% set version = "12.4.99" %} +{% set version = "12.4.131" %} {% set cuda_version = "12.4" %} {% set cuda_version_next_major = (cuda_version.split(".")[0]|int + 1)|string + ".0a0" %} {% set platform = "linux-x86_64" %} # [linux64] @@ -19,16 +19,16 @@ package: source: url: https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/{{ platform }}/cuda_nvcc-{{ platform }}-{{ version }}-archive.{{ extension }} - sha256: 9ec3199cb6e8ec2a3b3336bf120690e534aee8ab5ddc3ca51e0a01aad9494f48 # [linux64] - sha256: 3da7995480715fc30a3dd7bab698cd24e9a91418d9b9c1d4f2051f4302be0e46 # [ppc64le] - sha256: cc31691a8af2a5ae27576a4f20366f38f388c6182389fa162c8bc91a7d47aa0d # [aarch64] - sha256: 34f7d7e7843e3a95b35b1d697ea054765edccc73c6b31787a5b68d2261154d2c # [win] + sha256: 7ffba1ada0e4b8c17e451ac7a60d386aa2642ecd08d71202a0b100c98bd74681 # [linux64] + sha256: 2934e83a4df2e0f4182e148753cfd1f29af226a280ea459008819531e9edb5b9 # [ppc64le] + sha256: 83f130dab0325e12b90fdf1279c0cbbd88acf638ef0a7e0cad72d50855a4f44a # [aarch64] + sha256: 3b14cf8dd9dda4a3b1a9682270d46eef775f018e17650187a8a448a06111f2b8 # [win] patches: - nvcc.profile.patch # [linux] - nvcc.profile.patch.win # [win] build: - number: 1 + number: 0 skip: true # [osx] outputs: From c0a5867cec2fe1b1aceee8da3ddee62d32d62f88 Mon Sep 17 00:00:00 2001 From: "conda-forge-webservices[bot]" <91080706+conda-forge-webservices[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 16:45:10 +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.05.13.18.18 --- .ci_support/linux_64_.yaml | 6 ++++++ .ci_support/linux_aarch64_.yaml | 6 ++++++ .ci_support/linux_ppc64le_.yaml | 6 ++++++ .ci_support/win_64_.yaml | 2 ++ 4 files changed, 20 insertions(+) diff --git a/.ci_support/linux_64_.yaml b/.ci_support/linux_64_.yaml index d0283c3..5d614fe 100644 --- a/.ci_support/linux_64_.yaml +++ b/.ci_support/linux_64_.yaml @@ -2,6 +2,10 @@ c_compiler: - gcc c_compiler_version: - '12' +c_stdlib: +- sysroot +c_stdlib_version: +- '2.12' cdt_name: - cos6 channel_sources: @@ -19,3 +23,5 @@ target_platform: zip_keys: - - c_compiler_version - cxx_compiler_version +- - c_stdlib_version + - cdt_name diff --git a/.ci_support/linux_aarch64_.yaml b/.ci_support/linux_aarch64_.yaml index 4f36128..23e6f36 100644 --- a/.ci_support/linux_aarch64_.yaml +++ b/.ci_support/linux_aarch64_.yaml @@ -6,6 +6,10 @@ c_compiler: - gcc c_compiler_version: - '12' +c_stdlib: +- sysroot +c_stdlib_version: +- '2.17' cdt_arch: - aarch64 cdt_name: @@ -25,3 +29,5 @@ target_platform: zip_keys: - - c_compiler_version - cxx_compiler_version +- - c_stdlib_version + - cdt_name diff --git a/.ci_support/linux_ppc64le_.yaml b/.ci_support/linux_ppc64le_.yaml index eb5daee..3adf975 100644 --- a/.ci_support/linux_ppc64le_.yaml +++ b/.ci_support/linux_ppc64le_.yaml @@ -2,6 +2,10 @@ c_compiler: - gcc c_compiler_version: - '12' +c_stdlib: +- sysroot +c_stdlib_version: +- '2.17' cdt_name: - cos7 channel_sources: @@ -19,3 +23,5 @@ target_platform: zip_keys: - - c_compiler_version - cxx_compiler_version +- - c_stdlib_version + - cdt_name diff --git a/.ci_support/win_64_.yaml b/.ci_support/win_64_.yaml index 8ce02bf..7bdc9e3 100644 --- a/.ci_support/win_64_.yaml +++ b/.ci_support/win_64_.yaml @@ -6,6 +6,8 @@ VSYEAR: - '2019' c_compiler: - vs2019 +c_stdlib: +- vs channel_sources: - conda-forge channel_targets: