Skip to content

Commit

Permalink
stash commit
Browse files Browse the repository at this point in the history
  • Loading branch information
djdunning committed Jan 9, 2025
1 parent 06e0b26 commit b2bb216
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .conda/evpfft/cpu/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,15 @@ requirements:
- {{ compiler('cxx') }}={{ macos_compiler_version }} # [osx]
- openmpi
host:
- openmpi
#- openmpi
- openmpi >=4.1.6,<5.0a0
- heffte-cpu
- fftw=*=mpi_openmpi_*
- kokkos=4.1
- hdf5=*=mpi_openmpi_*
- elements-cpu
run:
- openmpi
- openmpi >=4.1.6,<5.0a0
- heffte-cpu
- fftw=*=mpi_openmpi_*
- kokkos=4.1
Expand Down
4 changes: 2 additions & 2 deletions .conda/heffte/cpu/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ requirements:
- {{ compiler('cxx') }}={{ macos_compiler_version }} # [osx]
- openmpi
host:
- openmpi #>=4.1.6,<5.0a0
- openmpi >=4.1.6,<5.0a0
- fftw
run:
- openmpi #>=4.1.6,<5.0a0
- openmpi >=4.1.6,<5.0a0
- fftw

about:
Expand Down

0 comments on commit b2bb216

Please sign in to comment.