[MacPorts] #53138: clang-3.x: fails to build on Mountain Lion, possible circular dependencies
MacPorts
noreply at macports.org
Sun Dec 25 09:39:01 CET 2016
#53138: clang-3.x: fails to build on Mountain Lion, possible circular dependencies
-------------------------------------------------+-------------------------
Reporter: maxkalashnikov-macports | Owner: jeremyhu
Type: defect | Status: closed
Priority: Normal | Milestone:
Component: ports | Version: 2.3.5
Resolution: fixed | Keywords:
Port: clang-3.3 clang-3.4 clang-3.5 |
clang-3.6 clang-3.7 clang-3.8 clang-3.9 |
-------------------------------------------------+-------------------------
Comment (by mojca):
Other OS versions have
{{{
#!tcl
if {${os.major} == 10 || ${os.major} == 11} {
default_variants +llvm34
} elseif {${os.major} == 9} {
# Using llvm-3.3 to break dependency cycle
(https://trac.macports.org/ticket/52091)
default_variants +llvm33
}
}}}
Isn't the same needed on 10.8 & 10.9 as well?
--
Ticket URL: <https://trac.macports.org/ticket/53138#comment:13>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list