Skip to content

Commit

Permalink
heffte cuda 8/7
Browse files Browse the repository at this point in the history
  • Loading branch information
djdunning committed Aug 7, 2024
1 parent ff97d20 commit e950533
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .conda/heffte/cuda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ requirements:
build:
- cmake=3.24
- {{ compiler('fortran') }}={{ linux_compiler_version }}
- {{ compiler('c') }}={{ linux_compiler_version }} # [linux]
- {{ compiler('c') }}={{ macos_compiler_version }} # [osx]
- {{ compiler('cxx') }}={{ linux_compiler_version }} # [linux]
- {{ compiler('cxx') }}={{ macos_compiler_version }} # [osx]
#- {{ compiler('c') }}={{ linux_compiler_version }} # [linux]
#- {{ compiler('c') }}={{ macos_compiler_version }} # [osx]
#- {{ compiler('cxx') }}={{ linux_compiler_version }} # [linux]
#- {{ compiler('cxx') }}={{ macos_compiler_version }} # [osx]
- openmpi
- cuda-toolkit={{ cuda_version }}
#- cuda-nvcc
- cuda-nvcc
#- cuda-toolkit
# These host CUDA dependencies are definitely overspecified.
# Not sure which ones are totally necessary.
Expand Down

0 comments on commit e950533

Please sign in to comment.