You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
clang_compilers-1.0: enable clang 21+ on Tahoe
This commit is contained in:
@@ -18,8 +18,8 @@ if {${os.major} >= 17 || ${os.platform} ne "darwin"} {
|
||||
# https://github.com/macports/macports-ports/pull/21051
|
||||
# https://trac.macports.org/ticket/68640
|
||||
if {${os.major} >= 22 || ${os.platform} ne "darwin"} {
|
||||
# Expose clang-21 to ports needing the newest standards
|
||||
if { ${os.platform} ne "darwin" || ${compiler.cxx_standard} >= 2020 } {
|
||||
# Expose clang-21+ to ports needing the newest standards
|
||||
if { ${os.platform} ne "darwin" || ${os.major} >= 25 || ${compiler.cxx_standard} >= 2020 } {
|
||||
lappend compilers macports-clang-22 macports-clang-21
|
||||
}
|
||||
if { ${os.platform} ne "darwin" || ${compiler.cxx_standard} >= 2014 } {
|
||||
|
||||
Reference in New Issue
Block a user