Skip to content

Commit 07a39ef

Browse files
authored
Merge pull request #7009 from anne-glerum/switch_FS_branch_tester
Temporarily switch FastScape branch in tester
2 parents 2269666 + 100aec1 commit 07a39ef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

contrib/docker/tester/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ RUN cd /opt && \
2727

2828
# Install FastScape for ASPECT
2929
RUN cd /opt && \
30-
git clone https://github.com/Djneu/fastscapelib-fortran.git && \
30+
git clone https://github.com/anne-glerum/fastscapelib-fortran.git && \
3131
cd fastscapelib-fortran && \
32-
git checkout coupling_dev && \
32+
git checkout aspect_tester && \
3333
mkdir build && \
3434
cd build && \
3535
/opt/cmake-3.26.4-linux-x86_64/bin/cmake -DBUILD_FASTSCAPELIB_SHARED=ON .. && \

0 commit comments

Comments
 (0)