Skip to content
Permalink
Browse files

group/compilers-1.0.tcl: remove support for clang-3.8

Port llvm-3.8 (including subport clang-3.8) removed in 5be5eed
  • Loading branch information
dbevans committed Apr 16, 2019
1 parent 0df8931 commit 8c9fbe1cf1e62f9334f936f4781b0086dc1a7b81
Showing with 1 addition and 1 deletion.
  1. +1 −1 _resources/port1.0/group/compilers-1.0.tcl
@@ -116,7 +116,7 @@ foreach v ${gcc_versions} {
set cdb(gcc$v,f90) ${prefix}/bin/gfortran-mp-$compiler_version
}

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

0 comments on commit 8c9fbe1

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