Skip to content

Commit e119d00

Browse files
authored
Add SystemRequirements field to document Linux/Windows-only support (#4)
1 parent 69958f9 commit e119d00

5 files changed

Lines changed: 5 additions & 0 deletions

File tree

cuda12.6/DESCRIPTION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Description: Provides CUDA 12.6 native libraries (runtime, cuBLAS, cuDNN, cuFFT,
77
cuSOLVER, cuSPARSE, CUPTI, NVRTC, NvJitLink, NCCL, NVSHMEM, and NVCC) by
88
downloading pre-built binaries from PyPI at install time. Intended to be used
99
as a dependency by packages that require CUDA 12.6.
10+
SystemRequirements: Linux or Windows; not supported on macOS.
1011
License: MIT + file LICENSE
1112
URL: https://github.com/mlverse/cudatoolkit
1213
BugReports: https://github.com/mlverse/cudatoolkit/issues

cuda12.8/DESCRIPTION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Description: Provides CUDA 12.8 native libraries (runtime, cuBLAS, cuDNN, cuFFT,
77
cuSOLVER, cuSPARSE, CUPTI, NVRTC, NvJitLink, NCCL, NVSHMEM, and NVCC) by
88
downloading pre-built binaries from PyPI at install time. Intended to be used
99
as a dependency by packages that require CUDA 12.8.
10+
SystemRequirements: Linux or Windows; not supported on macOS.
1011
License: MIT + file LICENSE
1112
URL: https://github.com/mlverse/cudatoolkit
1213
BugReports: https://github.com/mlverse/cudatoolkit/issues

cuda12.9/DESCRIPTION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Description: Provides CUDA 12.9 native libraries (runtime, cuBLAS, cuDNN, cuFFT,
77
cuSOLVER, cuSPARSE, CUPTI, NVRTC, NvJitLink, NCCL, NVSHMEM, and NVCC) by
88
downloading pre-built binaries from PyPI at install time. Intended to be used
99
as a dependency by packages that require CUDA 12.9.
10+
SystemRequirements: Linux or Windows; not supported on macOS.
1011
License: MIT + file LICENSE
1112
URL: https://github.com/mlverse/cudatoolkit
1213
BugReports: https://github.com/mlverse/cudatoolkit/issues

cuda13.2/DESCRIPTION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Description: Provides CUDA 13.2 native libraries (runtime, cuBLAS, cuDNN, cuFFT,
77
cuSOLVER, cuSPARSE, CUPTI, NVRTC, NvJitLink, NCCL, NVSHMEM, and NVCC) by
88
downloading pre-built binaries from PyPI at install time. Intended to be used
99
as a dependency by packages that require CUDA 13.2.
10+
SystemRequirements: Linux or Windows; not supported on macOS.
1011
License: MIT + file LICENSE
1112
URL: https://github.com/mlverse/cudatoolkit
1213
BugReports: https://github.com/mlverse/cudatoolkit/issues

shared/DESCRIPTION.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Description: Provides CUDA {{CUDA_MINOR}} native libraries (runtime, cuBLAS, cuD
77
cuSOLVER, cuSPARSE, CUPTI, NVRTC, NvJitLink, NCCL, NVSHMEM, and NVCC) by
88
downloading pre-built binaries from PyPI at install time. Intended to be used
99
as a dependency by packages that require CUDA {{CUDA_MINOR}}.
10+
SystemRequirements: Linux or Windows; not supported on macOS.
1011
License: MIT + file LICENSE
1112
URL: https://github.com/mlverse/cudatoolkit
1213
BugReports: https://github.com/mlverse/cudatoolkit/issues

0 commit comments

Comments
 (0)