Skip to content

Commit

Permalink
Merge branch 'master' of github.com:g2s3-2018/hippylib-hub
Browse files Browse the repository at this point in the history
  • Loading branch information
Umberto Villa committed Jun 16, 2018
2 parents 3c34b8d + 6422021 commit 6d5ad34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ USER fenics
# Install MUQ
RUN cd /home/fenics && \
mkdir Installations; mkdir Installations/MUQ_INSTALL && \
git clone --depth 1 https://[email protected]/mparno/muq2.git && \
git clone --depth 1 https://[email protected]/mituq/muq2.git && \
cd muq2/; mkdir build; cd build; \
cmake -DCMAKE_INSTALL_PREFIX=/home/fenics/Installations/MUQ_INSTALL -DMUQ_USE_PYTHON=ON ../ && \
make install
Expand Down

0 comments on commit 6d5ad34

Please sign in to comment.