Skip to content

Commit

Permalink
minor cleaning up
Browse files Browse the repository at this point in the history
  • Loading branch information
j-i-l committed Jun 22, 2024
1 parent b444885 commit 2179337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/valgrind/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ RUN dnf -y install \
lapack* blas* atlas*
ADD https://sourceforge.net/projects/mcmc-jags/files/JAGS/4.x/Source/$JAGS.tar.gz/download /tmp/jags.tar.gz
WORKDIR /tmp/
RUN ls /tmp/
RUN tar -xf jags.tar.gz
RUN rm jags.tar.gz
WORKDIR /tmp/$JAGS
# Building JAGS requires the same environment that is then used to build rjags.
# To achieve this we follow the approach for building JAGS with Clang outlined
Expand Down

0 comments on commit 2179337

Please sign in to comment.