Skip to content

Commit ec86b56

Browse files
gassmoellertjhei
authored andcommitted
Use deal.II 9.6
1 parent fd48013 commit ec86b56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/docker/docker_tacc/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN cd /opt && \
1919
git clone https://github.com/dealii/candi.git && \
2020
cd candi && \
2121
echo "NATIVE_OPTIMIZATIONS=ON" >> local.cfg && \
22-
echo "DEAL_II_VERSION=v9.5.2" >> local.cfg && \
22+
echo "DEAL_II_VERSION=v9.6.0" >> local.cfg && \
2323
echo "BUILD_EXAMPLES=OFF" >> local.cfg && \
2424
echo "USE_64_BIT_INDICES=ON" >> local.cfg && \
2525
echo "DEAL_CONFOPTS='-DDEAL_II_WITH_COMPLEX_VALUES=OFF -DDEAL_II_WITH_LAPACK=ON'" >> local.cfg && \

0 commit comments

Comments
 (0)