switch to llvm n clang 8

main
phani 5 years ago
parent be01f87687
commit 7dba263141

@ -17,16 +17,16 @@ RUN apt-get update \
pkg-config \ pkg-config \
gcc \ gcc \
g++ \ g++ \
clang-6.0 \ clang-8 \
clang-tools-6.0 \ clang-tools-8 \
llvm-6.0 \ llvm-8 \
llvm-6.0-dev \ llvm-8-dev \
libc++-dev \ libc++-dev \
libc++abi-dev \ libc++abi-dev \
lld-6.0 \ lld-8 \
lldb-6.0 \ lldb-8 \
libclang-6.0-dev \ libclang-8-dev \
libclang-common-6.0-dev \ libclang-common-8-dev \
vim \ vim \
apache2 \ apache2 \
subversion \ subversion \
@ -48,8 +48,8 @@ RUN service apache2 restart
RUN pip3 install numpy RUN pip3 install numpy
# set to use our installed clang version # set to use our installed clang version
RUN update-alternatives --install /usr/bin/clang clang /usr/bin/clang-6.0 100 RUN update-alternatives --install /usr/bin/clang clang /usr/bin/clang-8 100
RUN update-alternatives --install /usr/bin/llvm-config llvm-config /usr/bin/llvm-config-6.0 100 RUN update-alternatives --install /usr/bin/llvm-config llvm-config /usr/bin/llvm-config-8 100
# set LD_LIBRARY_PATH # set LD_LIBRARY_PATH
ENV LD_LIBRARY_PATH=/usr/local/lib ENV LD_LIBRARY_PATH=/usr/local/lib

Loading…
Cancel
Save