Skip to content

Commit 146a36b

Browse files
authored
Merge pull request #742 from ratt-ru/wsclean-3.0.1
update to wsclean 3.0.1
2 parents fc19bf2 + ff0437c commit 146a36b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414

1515
PACKAGE_NAME = "stimela"
16-
__version__ = "1.7.2"
16+
__version__ = "1.7.3"
1717

1818
setup(name=PACKAGE_NAME,
1919
version=__version__,

stimela/cargo/base/wsclean/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN docker-apt-install cmake \
2525
liblog4cplus-dev \
2626
libhdf5-dev \
2727
casacore-dev
28-
RUN git clone https://gitlab.com/aroffringa/wsclean.git wscleandir
28+
RUN git clone --depth 1 -b v3.0.1 https://gitlab.com/aroffringa/wsclean.git wscleandir
2929
RUN mkdir wscleandir/build
3030
RUN cd wscleandir/build && \
3131
cmake .. -DPORTABLE=Yes -DCMAKE_BUILD_TYPE=Release && \

stimela/cargo/cab/wsclean/parameters.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"task": "wsclean",
33
"base": "stimela/wsclean",
4-
"tag": ["1.6.0-1", "1.2.3", "1.6.3"],
4+
"tag": ["1.6.0-1", "1.2.3", "1.6.3", "1.7.3"],
55
"description": "WSClean imaging software",
6-
"version" : ["2.6", "2.8", "2.9"],
6+
"version" : ["2.6", "2.8", "2.9", "3.0.1"],
77
"prefix": "-",
88
"binary": "wsclean",
99
"junk" : [],

0 commit comments

Comments
 (0)