Skip to content

Commit

Permalink
Add the CUDA compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham committed Oct 10, 2019
1 parent 2482f53 commit e67cc03
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,15 @@ m2w64_fortran_compiler: # [win]
- m2w64-toolchain # [win]
CMAKE_GENERATOR: # [win]
- NMake Makefiles # [win]

cuda_compiler: # [linux64]
- nvcc # [linux64]
cuda_compiler_version: # [linux64]
- None # [linux64]
- 9.2 # [linux64]
- 10.0 # [linux64]
- 10.1 # [linux64]

#
# Go Compiler Options
#
Expand Down Expand Up @@ -96,6 +105,9 @@ channel_targets:

docker_image: # [linux]
- condaforge/linux-anvil-comp7 # [linux64]
- condaforge/linux-anvil-cuda:9.2 # [linux64]
- condaforge/linux-anvil-cuda:10.0 # [linux64]
- condaforge/linux-anvil-cuda:10.1 # [linux64]

- condaforge/linux-anvil-aarch64 # [aarch64]
- condaforge/linux-anvil-ppc64le # [ppc64le]
Expand All @@ -109,6 +121,9 @@ zip_keys:
- vc # [win]
- c_compiler # [win]
- cxx_compiler # [win]
-
- cuda_compiler_version # [linux64]
- docker_image # [linux64]

# aarch64 specifics because conda-build sets many things to centos 6
# this can probably be removed when conda-build gets updated defaults
Expand Down

0 comments on commit e67cc03

Please sign in to comment.