Skip to content

Commit

Permalink
Rebuild for CUDA 12 w/arch + Windows support
Browse files Browse the repository at this point in the history
The transition to CUDA 12 SDK includes new packages for all CUDA libraries and
build tools. Notably, the cudatoolkit package no longer exists, and packages
should depend directly on the specific CUDA libraries (libcublas, libcusolver,
etc) as needed. For an in-depth overview of the changes and to report problems
[see this issue]( conda-forge/conda-forge.github.io#1963 ).
Please feel free to raise any issues encountered there. Thank you! 🙏
  • Loading branch information
regro-cf-autotick-bot committed Aug 2, 2024
1 parent cd46203 commit 85abb3a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions conda-forge.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
github:
branch_name: main
tooling_branch_name: main
conda_build:
error_overlinking: true
conda_forge_output_validation: true
azure:
free_disk_space: true
settings_win:
variables:
SET_PAGEFILE: 'True'
build_platform:
linux_aarch64: linux_64
conda_build:
error_overlinking: true
conda_forge_output_validation: true
github:
branch_name: main
tooling_branch_name: main
idle_timeout_minutes: 120
os_version:
linux_64: cos7
linux_aarch64: cos7
build_platform:
linux_aarch64: linux_64
provider:
linux_aarch64: azure

0 comments on commit 85abb3a

Please sign in to comment.