# add all working Clang compilers to the variable compilers based on ${os.major}
# When adding a new clang version here, make sure to update the
# clang_dependency PortGroup, and add it to any new dependencies of the
# clang 9.0 and older build on 10.6+ (darwin 10)
# clang 7.0 and older build on 10.5+ (darwin 9)
# clang 3.4 and older build on 10.4+ (darwin 8)
lappend compilers macports-clang-9.0 \
lappend compilers macports-clang-7.0 \
# The Sierra SDK requires a toolchain that supports class properties
lappend compilers macports-clang-3.7
lappend compilers macports-clang-3.4
lappend compilers macports-clang-3.3