Skip to content

Commit

Permalink
removed openmpi version dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
djdunning committed Jan 8, 2025
1 parent 1472597 commit c7bc960
Showing 1 changed file with 2 additions and 2 deletions.
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 c7bc960

Please sign in to comment.