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 c95d700..86d0b9e 100644 --- a/README.md +++ b/README.md @@ -18,36 +18,36 @@ Documentation: https://docs.nvidia.com/cuda/index.html Compiler for CUDA applications. -About cuda-crt --------------- +About cuda-nvcc_linux-aarch64 +----------------------------- Home: https://developer.nvidia.com/cuda-toolkit Package license: [LicenseRef-NVIDIA-End-User-License-Agreement](https://docs.nvidia.com/cuda/eula/index.html) -Summary: CUDA internal headers. +Summary: Compiler activation scripts for CUDA applications. Documentation: https://docs.nvidia.com/cuda/index.html -CUDA internal headers. +Compiler for CUDA applications. -About cuda-nvcc_linux-64 ------------------------- +About cuda-crt +-------------- Home: https://developer.nvidia.com/cuda-toolkit Package license: [LicenseRef-NVIDIA-End-User-License-Agreement](https://docs.nvidia.com/cuda/eula/index.html) -Summary: Compiler activation scripts for CUDA applications. +Summary: CUDA internal headers. Documentation: https://docs.nvidia.com/cuda/index.html -Compiler for CUDA applications. +CUDA internal headers. -About cuda-nvcc_linux-aarch64 ------------------------------ +About cuda-nvcc_linux-64 +------------------------ Home: https://developer.nvidia.com/cuda-toolkit @@ -253,5 +253,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): diff --git a/recipe/meta.yaml b/recipe/meta.yaml index a35254b..8a224f3 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,6 +1,6 @@ {% set name = "cuda-nvcc-split" %} -{% set version = "12.5.82" %} -{% set cuda_version = "12.5" %} +{% set version = "12.6.20" %} +{% set cuda_version = "12.6" %} {% set exists = "which" %} # [not win] {% set exists = "where" %} # [win]