Skip to content

Commit

Permalink
Added wsclean dependency to meta.yaml (#576)
Browse files Browse the repository at this point in the history
Added wsclean to meta.yaml. Removed fftw3f from environment.yaml (only required by idg which is currently not part of our wsclean conda package, see issue 570). 🌋
  • Loading branch information
mpluess authored Jun 17, 2024
1 parent ff03d56 commit d92f409
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ requirements:
- ska-sdp-datamodels =0.1.3
- ska-sdp-func-python =0.1.4
- tools21cm =2.0.2
- wsclean
- xarray >=2022.11
# transversal dependencies which we need to reference to get mpi-wheels
- conda-forge::fftw =*=mpi_mpich*
Expand Down
3 changes: 1 addition & 2 deletions environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,4 @@ dependencies:
- xarray >=2022.11
# transversal dependencies which we need to reference to get mpi-wheels
# casacore hast just no-mpi & open-mpi, but no mpich-wheel
- conda-forge::fftw =*=mpi_mpich* # oskarpy(oskar(casacore)), tools21cm, bluebild(finufft) -> from conda-forge to ignore channel-prio & not take our legacy fftw-wheel
- fftw3f =*=mpi_mpich*
- conda-forge::fftw =*=mpi_mpich* # oskarpy(oskar(casacore)), tools21cm, bluebild(finufft) -> from conda-forge to ignore channel-prio & not take our legacy fftw-wheel

0 comments on commit d92f409

Please sign in to comment.