Skip to content

Commit

Permalink
Make sure EveryBeam and WSClean are built with the mpich fftw to avoi…
Browse files Browse the repository at this point in the history
…d errors due to missing openmpi libraries
  • Loading branch information
mpluess committed Apr 10, 2024
1 parent 5afd331 commit fae6fcc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions everybeam/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ requirements:
- boost
- casacore
- cfitsio
- fftw
- conda-forge::fftw=*=mpi_mpich*
- hdf5
- libblas
- liblapack
Expand All @@ -31,7 +31,7 @@ requirements:
- boost
- casacore
- cfitsio
- fftw
- conda-forge::fftw=*=mpi_mpich*
- hdf5
- libblas
- liblapack
Expand Down
4 changes: 2 additions & 2 deletions wsclean/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ requirements:
- casacore
- cfitsio
- everybeam
- fftw
- conda-forge::fftw=*=mpi_mpich*
- gsl
- hdf5
- idg
Expand All @@ -35,7 +35,7 @@ requirements:
- casacore
- cfitsio
- everybeam
- fftw
- conda-forge::fftw=*=mpi_mpich*
- gsl
- hdf5
- idg
Expand Down

0 comments on commit fae6fcc

Please sign in to comment.