File tree Expand file tree Collapse file tree 4 files changed +12
-11
lines changed
Expand file tree Collapse file tree 4 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 1515 # Oskar Line
1616 OSKAR_VERSION : 2.8.3
1717 OSKARPY_VERSION : 2.8.3 # oskarpy should have same version as `OSKAR_VERSION`
18+ CASACORE_VERSION : 3.5.0
1819
1920 # hvox Line -> don't add dev-label through ci-options because the setup is not ready for that.
2021 HVOX_VERSION : 0.0.1.dev48 # `pbr` version because they don't have an official release tag yet
2122 PYCSOU_VERSION : 1.0.7.dev1679 # `pbr` version because they just refer to `v2-dev` branch which has this version
2223
2324 # WSClean
2425 IDG_VERSION : 1.2.0
25- EVERYBEAM_VERSION : 0.6.1 # 0.5.7
26- WSCLEAN_VERSION : 3.5.0 # 3.4.0
26+ EVERYBEAM_VERSION : 0.6.1
27+ WSCLEAN_VERSION : 3.5.0
2728
2829
2930 # additional karabo dependencies
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ requirements:
1818 - cmake
1919 - make
2020 - boost
21- - casacore
21+ - casacore={{ CASACORE_VERSION_ALT }}
2222 - cfitsio
2323 - conda-forge::fftw=*=mpi_mpich*
2424 - hdf5
@@ -30,7 +30,7 @@ requirements:
3030
3131 host :
3232 - boost
33- - casacore
33+ - casacore={{ CASACORE_VERSION_ALT }}
3434 - cfitsio
3535 - conda-forge::fftw=*=mpi_mpich*
3636 - hdf5
@@ -39,10 +39,10 @@ requirements:
3939 - libxml2
4040 - python
4141 - wcslib
42-
42+
4343 run :
4444 - boost
45- - casacore
45+ - casacore={{ CASACORE_VERSION_ALT }}
4646 - cfitsio
4747 - fftw
4848 - hdf5
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ requirements:
1919 - make
2020
2121 host :
22- - casacore
22+ - casacore={{ CASACORE_VERSION_ALT }}
2323 - harp
2424 - hdf5
2525
2626 run :
27- - casacore
27+ - casacore={{ CASACORE_VERSION_ALT }}
2828 - harp
2929 - hdf5
3030
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ requirements:
2121 - cmake >=3.10,<4
2222 - make
2323 - boost
24- - casacore
24+ - casacore={{ CASACORE_VERSION_ALT }}
2525 - cfitsio
2626 - everybeam={{ EVERYBEAM_VERSION_ALT }}
2727 - conda-forge::fftw=*=mpi_mpich*
@@ -33,7 +33,7 @@ requirements:
3333
3434 host :
3535 - boost
36- - casacore
36+ - casacore={{ CASACORE_VERSION_ALT }}
3737 - cfitsio
3838 - everybeam={{ EVERYBEAM_VERSION_ALT }}
3939 - conda-forge::fftw=*=mpi_mpich*
@@ -45,7 +45,7 @@ requirements:
4545
4646 run :
4747 - boost
48- - casacore
48+ - casacore={{ CASACORE_VERSION_ALT }}
4949 - cfitsio
5050 - everybeam={{ EVERYBEAM_VERSION_ALT }}
5151 - fftw
You can’t perform that action at this time.
0 commit comments