Skip to content
Permalink
Browse files

compilers portgroup: add clang6 variant

  • Loading branch information
seanfarley committed Mar 25, 2018
1 parent 675605c commit 00151fab34402176f016609b2d08573306b44d85
Showing with 1 addition and 1 deletion.
  1. +1 −1 _resources/port1.0/group/compilers-1.0.tcl
@@ -139,7 +139,7 @@ foreach v ${gcc_versions} {
set cdb(gcc$v,f90) ${prefix}/bin/gfortran-mp-$version
}

set clang_versions {33 34 35 36 37 38 39 40 50}
set clang_versions {33 34 35 36 37 38 39 40 50 60}
foreach v ${clang_versions} {
# if the string is more than one character insert a '.' into it: e.g 33 -> 3.3
set version $v

0 comments on commit 00151fa

Please sign in to comment.
You can’t perform that action at this time.