Skip to content

Commit

Permalink
Update to ParaView 5.11.0, add texlive
Browse files Browse the repository at this point in the history
  • Loading branch information
unkaktus committed Feb 24, 2023
1 parent c37f482 commit 22392f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ RUN apt-get -yqq update \
wget \
mpich \
libhdf5-dev \
texlive-latex-extra \
&& apt-get clean

# Install ParaView
RUN wget -O paraview.tar.gz "https://www.paraview.org/paraview-downloads/download.php?submit=Download&version=v5.10&type=binary&os=Linux&downloadFile=ParaView-5.10.1-osmesa-MPI-Linux-Python3.9-x86_64.tar.gz" \
RUN wget -O paraview.tar.gz "https://www.paraview.org/paraview-downloads/download.php?submit=Download&version=v5.11&type=binary&os=Linux&downloadFile=ParaView-5.11.0-osmesa-MPI-Linux-Python3.9-x86_64.tar.gz" \
&& tar -xzf paraview.tar.gz \
&& rm paraview.tar.gz \
&& mv ParaView-* /opt/paraview
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The name `rose` owes to the rose-like shapes of BBH gravitaional emission using
- Slurm job script `render/job.sh` to submit `render/render_state.py` for rendering frame ranges in parallel

### Requirements
* ParaView 5.10.1 on your desktop
* ParaView 5.11.0 on your desktop

### Running locally via Docker

Expand Down

0 comments on commit 22392f1

Please sign in to comment.