Skip to content

Commit

Permalink
continuing...
Browse files Browse the repository at this point in the history
  • Loading branch information
djdunning committed Jul 17, 2024
1 parent 7d32dc3 commit eebb692
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
@@ -1,7 +1,7 @@
{% set version = "1.0.0" %}
{% set linux_compiler_version = "12.4.0" %}
{% set macos_compiler_version = "16" %}
{% set cuda_version = "12.5" %}
#{% set cuda_version = "12.5" %}

package:
name: fierro-heffte-cuda
Expand Down Expand Up @@ -29,14 +29,14 @@ requirements:
- {{ compiler('fortran') }}={{ linux_compiler_version }}
- openmpi
# - cuda-compiler
- cuda-toolkit={{ cuda_version }}
#- cuda-toolkit
# - cuda-toolkit={{ cuda_version }}
- cuda-toolkit
# These host CUDA dependencies are definitely overspecified.
# Not sure which ones are totally necessary.
host:
- cuda-cudart-static={{ cuda_version }} # Make sure your nvcc version and cudart versions are the same
#- cuda-cudart-static={{ cuda_version }} # Make sure your nvcc version and cudart versions are the same
- cuda-compiler
#- cuda-cudart-static
- cuda-cudart-static
- cuda-toolkit
- libcusolver-dev
- libcufft-dev
Expand Down

0 comments on commit eebb692

Please sign in to comment.