Skip to content

Commit

Permalink
revert wsclean idg from main
Browse files Browse the repository at this point in the history
  • Loading branch information
richarms committed Mar 16, 2022
1 parent 70ada83 commit b0e0c59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 29 deletions.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ __pycache__
*.so
doc/_build
*.egg-info
*.ms
*.fits
29 changes: 0 additions & 29 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,35 +6,6 @@ USER root
RUN apt-get update && \
apt-get install -y gnome-todo apt-utils cmake make wget git

# IDG
RUN apt-get install -y libblas-dev liblapack-dev libboost-dev libcfitsio-dev libgsl-dev wcslib-dev casacore-dev libfftw3-dev fftw3-dev && \
git clone https://gitlab.com/astron-idg/idg.git && cd idg && \
mkdir build && cd build && \
cmake .. && \
make install


# EveryBeam
RUN apt-get -y install g++ doxygen \
libboost-all-dev libhdf5-dev libfftw3-dev \
libblas-dev liblapack-dev libgsl-dev libxml2-dev \
libgtkmm-3.0-dev libpython3-dev python3-distutils && \
git clone --recursive -j4 https://git.astron.nl/RD/EveryBeam.git && cd EveryBeam && \
mkdir build && cd build && \
cmake -DCMAKE_INSTALL_PREFIX= .. && \
make install


# WSClean
RUN apt-get install -y libfftw3-dev fftw3-dev libblas-dev liblapack-dev libboost-dev libcfitsio-dev libgsl-dev casacore-dev && \
wget -c https://gitlab.com/aroffringa/wsclean/-/archive/v3.0/wsclean-v3.0.tar.bz2 && \
bzip2 -d wsclean-v3.0.tar.bz2 && \
tar -xf wsclean-v3.0.tar && \
cd wsclean-v3.0 && \
mkdir build && cd build && \
cmake -DIDGAPI_INCLUDE_DIR=/usr/local/idg/include .. && \
make && make install

# Switch to Python 3 environment
USER kat
ENV PATH="$PATH_PYTHON3" VIRTUAL_ENV="$VIRTUAL_ENV_PYTHON3"
Expand Down

0 comments on commit b0e0c59

Please sign in to comment.