From 0896f03c88643892bb37780cbe69cc3faf193eb0 Mon Sep 17 00:00:00 2001 From: Alex Dibbley Date: Fri, 2 Aug 2024 13:37:18 +0000 Subject: [PATCH 1/2] Update for CUDA 12.6.0 --- recipe/meta.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index ab1e6c1..c36c4ed 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,6 +1,6 @@ {% set name = "cuda-nvrtc" %} -{% set version = "12.5.82" %} -{% set cuda_version = "12.5" %} +{% set version = "12.6.20" %} +{% set cuda_version = "12.6" %} {% set platform = "linux-x86_64" %} # [linux64] {% set platform = "linux-ppc64le" %} # [ppc64le] {% set platform = "linux-sbsa" %} # [aarch64] @@ -18,9 +18,9 @@ package: source: url: https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/{{ platform }}/cuda_nvrtc-{{ platform }}-{{ version }}-archive.{{ extension }} - sha256: 6745275167fd1c84f95cab9117066a7c41178cd26d4615ae685cb1b777b456b1 # [linux64] - sha256: a086a54a207477eb7e89ac670021bab514faf689d9ebbe67f5d26cf70c441610 # [aarch64] - sha256: 0bc5443fe432d69495412e1ee275fcc5f7590a65bda360ee5e25c20eb192632e # [win] + sha256: e8f85fc2f9a7e32838723f2f138662a87e3d74eb05ff3a864f1059e7400d9bb6 # [linux64] + sha256: 7c19bbdea7cf054d0dc42db7c619c754b590006a60284e7ffdfd8be327c69ed1 # [aarch64] + sha256: 0838c4b8e0a4ed60af8028b2e57ca18410922df7550bf8eb175d61e384f165d3 # [win] build: number: 0 From 65b528cf19d72773fc6d759ff0910b85648655c2 Mon Sep 17 00:00:00 2001 From: adibbley Date: Fri, 2 Aug 2024 10:23:07 -0400 Subject: [PATCH 2/2] MNT: Re-rendered with conda-build 24.5.0, conda-smithy 3.37.2, and conda-forge-pinning 2024.08.02.08.34.06 --- .azure-pipelines/azure-pipelines-win.yml | 2 +- .scripts/build_steps.sh | 1 - README.md | 2 +- build-locally.py | 4 ++-- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.azure-pipelines/azure-pipelines-win.yml b/.azure-pipelines/azure-pipelines-win.yml index d609fcd..204327b 100755 --- a/.azure-pipelines/azure-pipelines-win.yml +++ b/.azure-pipelines/azure-pipelines-win.yml @@ -24,7 +24,7 @@ jobs: scriptSource: inline script: | import urllib.request - url = 'https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-Windows-x86_64.exe' + url = 'https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Windows-x86_64.exe' path = r"$(Build.ArtifactStagingDirectory)/Miniforge.exe" urllib.request.urlretrieve(url, path) diff --git a/.scripts/build_steps.sh b/.scripts/build_steps.sh index 97dc8d9..6c805a9 100755 --- a/.scripts/build_steps.sh +++ b/.scripts/build_steps.sh @@ -69,7 +69,6 @@ else --suppress-variables ${EXTRA_CB_OPTIONS:-} \ --clobber-file "${CI_SUPPORT}/clobber_${CONFIG}.yaml" \ --extra-meta flow_run_id="${flow_run_id:-}" remote_url="${remote_url:-}" sha="${sha:-}" - ( startgroup "Inspecting artifacts" ) 2> /dev/null # inspect_artifacts was only added in conda-forge-ci-setup 4.6.0 diff --git a/README.md b/README.md index 145a570..3e8a14f 100644 --- a/README.md +++ b/README.md @@ -183,5 +183,5 @@ In order to produce a uniquely identifiable distribution: Feedstock Maintainers ===================== -* [@conda-forge/cuda](https://github.com/conda-forge/cuda/) +* [@conda-forge/cuda](https://github.com/orgs/conda-forge/teams/cuda/) diff --git a/build-locally.py b/build-locally.py index e0d408d..d78427b 100755 --- a/build-locally.py +++ b/build-locally.py @@ -3,11 +3,11 @@ # This file has been generated by conda-smithy in order to build the recipe # locally. # -import os import glob +import os +import platform import subprocess from argparse import ArgumentParser -import platform def setup_environment(ns):