diff --git a/recipe/install_cuda.bat b/recipe/install_cuda.bat index 1e0dd4e4..f93e83fe 100644 --- a/recipe/install_cuda.bat +++ b/recipe/install_cuda.bat @@ -19,6 +19,9 @@ if "%CUDA_VERSION%" == "10.2" goto cuda102 if "%CUDA_VERSION%" == "11.0" goto cuda110 if "%CUDA_VERSION%" == "11.1" goto cuda111 if "%CUDA_VERSION%" == "11.2" goto cuda1122 +if "%CUDA_VERSION%" == "11.3" goto cuda1131 +if "%CUDA_VERSION%" == "11.4" goto cuda114 +if "%CUDA_VERSION%" == "11.5" goto cuda115 echo CUDA '%CUDA_VERSION%' is not supported exit /b 1 @@ -108,6 +111,38 @@ set "CUDA_INSTALLER_CHECKSUM=f9da6687d8a4f137ff14f8389b496e0a" set "CUDA_COMPONENTS=%CUDA_COMPONENTS% nsight_nvtx_%CUDA_VERSION%" goto cuda_common +:cuda113 +set "CUDA_NETWORK_INSTALLER_URL=https://developer.download.nvidia.com/compute/cuda/11.3.0/network_installers/cuda_11.3.0_win10_network.exe" +set "CUDA_NETWORK_INSTALLER_CHECKSUM=dddd7b22fcbb530b467db764eeb8439f" +set "CUDA_INSTALLER_URL=https://developer.download.nvidia.com/compute/cuda/11.3.0/local_installers/cuda_11.3.0_465.89_win10.exe" +set "CUDA_INSTALLER_CHECKSUM=564c6ecf0b82f481d291519387e71db5" +set "CUDA_COMPONENTS=%CUDA_COMPONENTS% nsight_nvtx_%CUDA_VERSION%" +goto cuda_common + +:cuda1131 +set "CUDA_NETWORK_INSTALLER_URL=https://developer.download.nvidia.com/compute/cuda/11.3.1/network_installers/cuda_11.3.1_win10_network.exe" +set "CUDA_NETWORK_INSTALLER_CHECKSUM=8e812588cd299fe6e8d1e85b55bddf28" +set "CUDA_INSTALLER_URL=https://developer.download.nvidia.com/compute/cuda/11.3.1/local_installers/cuda_11.3.1_465.89_win10.exe" +set "CUDA_INSTALLER_CHECKSUM=7bf61cf7b059ba08197c70035879c352" +set "CUDA_COMPONENTS=%CUDA_COMPONENTS% nsight_nvtx_%CUDA_VERSION%" +goto cuda_common + +:cuda114 +set "CUDA_NETWORK_INSTALLER_URL=https://developer.download.nvidia.com/compute/cuda/11.4.0/network_installers/cuda_11.4.0_win10_network.exe" +set "CUDA_NETWORK_INSTALLER_CHECKSUM=140811a2ca1a0993fcc8ee1a16d21a79" +set "CUDA_INSTALLER_URL=https://developer.download.nvidia.com/compute/cuda/11.4.0/local_installers/cuda_11.4.0_471.11_win10.exe" +set "CUDA_INSTALLER_CHECKSUM=423695ea246810200e210f07a0e0bd43" +set "CUDA_COMPONENTS=%CUDA_COMPONENTS% nsight_nvtx_%CUDA_VERSION%" +goto cuda_common + +:cuda115 +set "CUDA_NETWORK_INSTALLER_URL=https://developer.download.nvidia.com/compute/cuda/11.5.0/network_installers/cuda_11.5.0_win10_network.exe" +set "CUDA_NETWORK_INSTALLER_CHECKSUM=499fb5f0d25424a4a52f901a78beceef" +set "CUDA_INSTALLER_URL=https://developer.download.nvidia.com/compute/cuda/11.5.0/local_installers/cuda_11.5.0_496.13_win10.exe" +set "CUDA_INSTALLER_CHECKSUM=9ae3759817c87dc8ae6f0d38cb164361" +set "CUDA_COMPONENTS=%CUDA_COMPONENTS% nsight_nvtx_%CUDA_VERSION%" +goto cuda_common + :: The actual installation logic :cuda_common diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 9aeb6b77..ec33cf6f 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "conda-forge-ci-setup" %} -{% set version = "3.15.0" %} +{% set version = "3.15.1" %} package: name: {{ name|lower }}