#58821 closed defect (fixed)
cmake, clang-8.0: circular dependency on older systems
Reported by: | jmroot (Joshua Root) | Owned by: | jmroot (Joshua Root) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.5.99 |
Keywords: | libcxx | Cc: | michaelld (Michael Dickens), jeremyhu (Jeremy Huddleston Sequoia), larryv (Lawrence Velázquez) |
Port: | cmake clang-8.0 |
Description
On older systems such as 10.6, when using current master and cxx_stdlib=libc++, cmake and clang-8.0 depend on each other. This will need to be resolved to allow making libc++ the default on 10.6 through 10.8.
Attachments (1)
Change History (6)
Changed 5 years ago by jmroot (Joshua Root)
Attachment: | Portfile.diff added |
---|
comment:1 Changed 5 years ago by jmroot (Joshua Root)
comment:3 Changed 5 years ago by michaelld (Michael Dickens)
or: I will when I'm updating cmake-devel later today, if nobody has done it yet.
comment:4 Changed 5 years ago by jmroot (Joshua Root)
Owner: | set to jmroot |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:5 Changed 5 years ago by fvaccari
Note: See
TracTickets for help on using
tickets.
So cmake already has blacklisting to avoid this problem, it's just missing the latest clang versions. OK to commit this Michael?