-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build: update conda build script for CUDA 12 and uni-dock subfolder
- Loading branch information
Showing
2 changed files
with
36 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
cuda_compiler: nvcc # Required for compiler('cuda') | ||
cuda_compiler: cuda-nvcc # Required for compiler('cuda') | ||
channel_sources: conda-forge # Required for compiler('cxx') | ||
cxx_compiler_version: 10 # nvcc requires a compatible gcc version. see https://gist.github.com/ax3l/9489132 | ||
|
||
# nvcc requires a compatible gcc version. See https://gist.github.com/ax3l/9489132#nvcc | ||
# If you are using CUDA 11, the following settings are recommended: | ||
# cuda_compiler: nvcc | ||
# cxx_compiler_version: 10 | ||
# cuda_compiler_version: 11 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters