Skip to content

Commit

Permalink
FEATURE: updated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
djdunning committed Apr 9, 2024
1 parent 7d01862 commit 926561b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .conda/evpfft/cuda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ requirements:
run:
- openmpi
- fierro-heffte-cuda
- fftw=*=mpi_openmpi_*
- kokkos=4.1
- hdf5=*=mpi_openmpi_*
- elements
Expand Down
6 changes: 3 additions & 3 deletions .conda/heffte/cuda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ build:

requirements:
build:
- cmake=3.24
- cmake >=3.17.0
- {{ compiler('c') }}={{ linux_compiler_version }} # [linux]
- {{ compiler('c') }}={{ macos_compiler_version }} # [osx]
- {{ compiler('cxx') }}={{ linux_compiler_version }} # [linux]
Expand All @@ -37,12 +37,12 @@ requirements:
- libcufft-dev
- libcublas-dev
- libcusparse-dev
- openmpi
- openmpi >=4.1.6,<5.0a0
run:
- cuda-cudart
- libcufft
- libcublas
- openmpi
- openmpi >=4.1.6,<5.0a0

about:
home: https://github.com/lanl/Fierro
Expand Down

0 comments on commit 926561b

Please sign in to comment.