Skip to content

Commit

Permalink
heffte cuda 8/6
Browse files Browse the repository at this point in the history
  • Loading branch information
djdunning committed Aug 6, 2024
1 parent 9a9cab5 commit e863f86
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .conda/heffte/cuda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ build:
requirements:
build:
- cmake=3.24
- {{ compiler('fortran') }}={{ linux_compiler_version }}
#- {{ 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') }}={{ linux_compiler_version }} # [linux]
#- {{ compiler('cxx') }}={{ macos_compiler_version }} # [osx]
- openmpi
#- cuda-toolkit={{ cuda_version }}
Expand All @@ -35,8 +35,8 @@ requirements:
# Not sure which ones are totally necessary.
host:
#- cuda-cudart-static={{ cuda_version }} # Make sure your nvcc version and cudart versions are the same
- openmpi-mpicxx
- openmpi-mpifort
#- openmpi-mpicxx
#- openmpi-mpifort
- cuda-cudart-static
- cuda-nvcc
- libcusolver-dev
Expand Down

0 comments on commit e863f86

Please sign in to comment.