diff --git a/.ci_support/linux_64_.yaml b/.ci_support/linux_64_.yaml index 4fec014..b44dfa6 100644 --- a/.ci_support/linux_64_.yaml +++ b/.ci_support/linux_64_.yaml @@ -1,5 +1,5 @@ cdt_name: -- cos6 +- cos7 channel_sources: - conda-forge channel_targets: diff --git a/.scripts/build_steps.sh b/.scripts/build_steps.sh index 2f3df6c..97dc8d9 100755 --- a/.scripts/build_steps.sh +++ b/.scripts/build_steps.sh @@ -69,6 +69,13 @@ 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 + command -v inspect_artifacts >/dev/null 2>&1 && inspect_artifacts || echo "inspect_artifacts needs conda-forge-ci-setup >=4.6.0" + + ( endgroup "Inspecting artifacts" ) 2> /dev/null ( startgroup "Validating outputs" ) 2> /dev/null validate_recipe_outputs "${FEEDSTOCK_NAME}" diff --git a/.scripts/run_win_build.bat b/.scripts/run_win_build.bat index 7491838..24ef201 100755 --- a/.scripts/run_win_build.bat +++ b/.scripts/run_win_build.bat @@ -53,6 +53,11 @@ echo Building recipe conda-build.exe "recipe" -m .ci_support\%CONFIG%.yaml --suppress-variables %EXTRA_CB_OPTIONS% if !errorlevel! neq 0 exit /b !errorlevel! +call :start_group "Inspecting artifacts" +:: inspect_artifacts was only added in conda-forge-ci-setup 4.6.0 +WHERE inspect_artifacts >nul 2>nul && inspect_artifacts || echo "inspect_artifacts needs conda-forge-ci-setup >=4.6.0" +call :end_group + :: Prepare some environment variables for the upload step if /i "%CI%" == "github_actions" ( set "FEEDSTOCK_NAME=%GITHUB_REPOSITORY:*/=%" diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 79b59b9..1f41a85 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "12.5.0" %} +{% set version = "12.5.1" %} package: name: cuda-libraries-dev @@ -14,22 +14,22 @@ build: requirements: run: - - cuda-cudart-dev 12.5.39 + - cuda-cudart-dev 12.5.82 - cuda-cccl 12.5.39 - cuda-profiler-api 12.5.39 - - cuda-driver-dev 12.5.39 # [linux] - - cuda-nvrtc-dev 12.5.40 + - cuda-driver-dev 12.5.82 # [linux] + - cuda-nvrtc-dev 12.5.82 - cuda-opencl-dev 12.5.39 # [linux64 or win] - - libcublas-dev 12.5.2.13 - - libcufft-dev 11.2.3.18 - - libcufile-dev 1.10.0.4 # [linux] - - libcurand-dev 10.3.6.39 - - libcusolver-dev 11.6.2.40 - - libcusparse-dev 12.4.1.24 - - libnpp-dev 12.3.0.116 - - libnvfatbin-dev 12.5.39 - - libnvjitlink-dev 12.5.40 - - libnvjpeg-dev 12.3.2.38 + - libcublas-dev 12.5.3.2 + - libcufft-dev 11.2.3.61 + - libcufile-dev 1.10.1.7 # [linux] + - libcurand-dev 10.3.6.82 + - libcusolver-dev 11.6.3.83 + - libcusparse-dev 12.5.1.3 + - libnpp-dev 12.3.0.159 + - libnvfatbin-dev 12.5.82 + - libnvjitlink-dev 12.5.82 + - libnvjpeg-dev 12.3.2.81 test: commands: