Skip to content

Commit

Permalink
updated mpi (technically downgraded) for all relevant packages so the…
Browse files Browse the repository at this point in the history
…y build on Github's lower-version Mac machines
  • Loading branch information
djdunning committed Jan 9, 2025
1 parent a12686b commit d926ba7
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .conda/elements/cuda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ requirements:
- matar-cuda
- openmpi
host:
- openmpi
- openmpi >=4.1.6,<5.0a0
- matar-cuda
- kokkos=4.1
run:
- openmpi
- openmpi >=4.1.6,<5.0a0
- matar-cuda
- kokkos=4.1

Expand Down
4 changes: 2 additions & 2 deletions .conda/evpfft/cuda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ requirements:
- matar-cuda
- openmpi
host:
- openmpi
- openmpi >=4.1.6,<5.0a0
- heffte-cuda
- hdf5=*=mpi_openmpi_*
- kokkos=4.1
- matar-cuda
run:
- openmpi
- openmpi >=4.1.6,<5.0a0
- heffte-cuda
- hdf5=*=mpi_openmpi_*
- kokkos=4.1
Expand Down
4 changes: 2 additions & 2 deletions .conda/ls-evpfft-j2/cpu/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ requirements:
- {{ compiler('cxx') }}={{ macos_compiler_version }} # [osx]
- openmpi
host:
- 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/ls-evpfft-j2/cuda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ requirements:
- openmpi
host:
- cuda-toolkit
- openmpi
- openmpi >=4.1.6,<5.0a0
- heffte-cuda
- hdf5=*=mpi_openmpi_h457a7a6_3
- elements
run:
- openmpi
- openmpi >=4.1.6,<5.0a0
- heffte-cuda
- hdf5=*=mpi_openmpi_h457a7a6_3
- elements
Expand Down
4 changes: 2 additions & 2 deletions .conda/ls-evpfft/cuda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ requirements:
- openmpi
host:
- cuda-toolkit
- openmpi
- openmpi >=4.1.6,<5.0a0
- heffte-cuda
- hdf5=*=mpi_openmpi_h457a7a6_3
- elements
run:
- openmpi
- openmpi >=4.1.6,<5.0a0
- heffte-cuda
- hdf5=*=mpi_openmpi_h457a7a6_3
- elements
Expand Down
4 changes: 2 additions & 2 deletions .conda/matar/cuda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ requirements:
- kokkos=4.1
- openmpi
host:
- openmpi
- openmpi >=4.1.6,<5.0a0
- kokkos=4.1
run:
- openmpi
- openmpi >=4.1.6,<5.0a0
- kokkos=4.1


Expand Down

0 comments on commit d926ba7

Please sign in to comment.