File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt update && apt install -y \
1717 python3-mpi4py \
1818 swig \
1919 libopenmpi-dev \
20+ libopenblas-dev \
2021 openmpi-bin \
2122 ccache \
2223 && rm -rf /var/lib/apt/lists/* \
Original file line number Diff line number Diff line change 9090 cp -r src/SU2/TestCases tests/.
9191fi
9292if [ ! -z " $testbranch " ]; then
93+ rm -r ./TestData
9394 git clone --depth=1 -b $testbranch https://github.com/su2code/TestCases.git ./TestData
9495else
9596 if [ ! -d " src/TestData" ]; then
99100fi
100101cp -R ./TestData/* tests/TestCases/
101102if [ ! -z " $tutorialbranch " ]; then
103+ rm -r ./Tutorials
102104 git clone --depth=1 -b $tutorialbranch https://github.com/su2code/Tutorials ./Tutorials
103105else
104106 if [ ! -d " src/Tutorials" ]; then
You can’t perform that action at this time.
0 commit comments