We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2269666 + 100aec1 commit 07a39efCopy full SHA for 07a39ef
1 file changed
contrib/docker/tester/Dockerfile
@@ -27,9 +27,9 @@ RUN cd /opt && \
27
28
# Install FastScape for ASPECT
29
RUN cd /opt && \
30
- git clone https://github.com/Djneu/fastscapelib-fortran.git && \
+ git clone https://github.com/anne-glerum/fastscapelib-fortran.git && \
31
cd fastscapelib-fortran && \
32
- git checkout coupling_dev && \
+ git checkout aspect_tester && \
33
mkdir build && \
34
cd build && \
35
/opt/cmake-3.26.4-linux-x86_64/bin/cmake -DBUILD_FASTSCAPELIB_SHARED=ON .. && \
0 commit comments