Permalink
Browse files
compilers portgroup: add clang6 variant
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+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 |
|
|
|