Skip to content

Commit

Permalink
Merge pull request #742 from ratt-ru/wsclean-3.0.1
Browse files Browse the repository at this point in the history
update to wsclean 3.0.1
  • Loading branch information
SpheMakh authored Jan 26, 2022
2 parents fc19bf2 + ff0437c commit 146a36b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],

PACKAGE_NAME = "stimela"
__version__ = "1.7.2"
__version__ = "1.7.3"

setup(name=PACKAGE_NAME,
version=__version__,
Expand Down
2 changes: 1 addition & 1 deletion stimela/cargo/base/wsclean/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN docker-apt-install cmake \
liblog4cplus-dev \
libhdf5-dev \
casacore-dev
RUN git clone https://gitlab.com/aroffringa/wsclean.git wscleandir
RUN git clone --depth 1 -b v3.0.1 https://gitlab.com/aroffringa/wsclean.git wscleandir
RUN mkdir wscleandir/build
RUN cd wscleandir/build && \
cmake .. -DPORTABLE=Yes -DCMAKE_BUILD_TYPE=Release && \
Expand Down
4 changes: 2 additions & 2 deletions stimela/cargo/cab/wsclean/parameters.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"task": "wsclean",
"base": "stimela/wsclean",
"tag": ["1.6.0-1", "1.2.3", "1.6.3"],
"tag": ["1.6.0-1", "1.2.3", "1.6.3", "1.7.3"],
"description": "WSClean imaging software",
"version" : ["2.6", "2.8", "2.9"],
"version" : ["2.6", "2.8", "2.9", "3.0.1"],
"prefix": "-",
"binary": "wsclean",
"junk" : [],
Expand Down

0 comments on commit 146a36b

Please sign in to comment.