Skip to content
Snippets Groups Projects
Commit f7bf0865 authored by mattijs's avatar mattijs
Browse files

ENH: llvm: updated to version 3.3

parent f2397e7f
Branches
Tags
No related merge requests found
......@@ -249,7 +249,7 @@ case ThirdParty:
# using clang - not gcc
setenv WM_CC 'clang'
setenv WM_CXX 'clang++'
set clang_version=llvm-3.2
set clang_version=llvm-3.3
breaksw
default:
echo
......
......@@ -268,7 +268,7 @@ OpenFOAM | ThirdParty)
# using clang - not gcc
export WM_CC='clang'
export WM_CXX='clang++'
clang_version=llvm-3.2
clang_version=llvm-3.3
;;
*)
echo 1>&2
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment