Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # !/bin/bash
- module load clang/6.0.0
- module load boost/1.67.0-clang6.0.0-release
- module load cmake/3.9.0
- export PATH=/home/glaberge/compile/llvm-6.0.0.src/build/bin/:$PATH
- export CXX=/home/glaberge/compile/cfe-6.0.0.src/build/bin/clang++
- export CC=/home/glaberge/compile/cfe-6.0.0.src/build/bin/clang
- export CPLUS_INCLUDE_PATH=/opt/mn/clang/6.0.0/include/c++/v1:$CPLUS_INCLUDE_PATH
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement