Skip to content

Commit

Permalink
try openmpi < 5
Browse files Browse the repository at this point in the history
  • Loading branch information
GiovanniBussi committed Apr 3, 2024
1 parent 2b3593d commit 060479b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gromacs/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ requirements:
- llvm-openmp # [osx]
- python
host:
- openmpi
- openmpi<5
- fftw
- libhwloc 2.*
- libblas
- liblapack
- llvm-openmp # [osx]
- plumed
run:
- openmpi
- openmpi<5
- fftw
- libhwloc 2.*
- llvm-openmp # [osx]
Expand Down
4 changes: 2 additions & 2 deletions plumed/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ requirements:
- llvm-openmp # [osx]
- make
host:
- openmpi
- openmpi<5
- fftw
- gsl
- libblas
- liblapack
- llvm-openmp # [osx]
- zlib
run:
- openmpi
- openmpi<5
- gawk
- llvm-openmp # [osx]

Expand Down

0 comments on commit 060479b

Please sign in to comment.