Skip to content
Snippets Groups Projects
Commit 94e2e136 authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer
Browse files

use clang 6

parent 8c28ae20
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ RUN apt-get update && \ ...@@ -22,7 +22,7 @@ RUN apt-get update && \
apt-get install -y libncurses5-dev && \ apt-get install -y libncurses5-dev && \
apt-get install -y linux-headers-generic && \ apt-get install -y linux-headers-generic && \
apt-get install -y graphviz && \ apt-get install -y graphviz && \
apt-get install -y clang && \ apt-get install -y clang-6.0 && \
apt-get install -y libhdf5-dev && \ apt-get install -y libhdf5-dev && \
apt-get install -y liblua5.2-dev && \ apt-get install -y liblua5.2-dev && \
apt-get install -y python-sphinx && \ apt-get install -y python-sphinx && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment