Advertisement
Guest User

Untitled

a guest
Jun 1st, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.38 KB | None | 0 0
  1. # !/bin/bash
  2.  
  3. module load clang/6.0.0
  4. module load boost/1.67.0-clang6.0.0-release
  5. module load cmake/3.9.0
  6. export PATH=/home/glaberge/compile/llvm-6.0.0.src/build/bin/:$PATH
  7. export CXX=/home/glaberge/compile/cfe-6.0.0.src/build/bin/clang++
  8. export CC=/home/glaberge/compile/cfe-6.0.0.src/build/bin/clang
  9. 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