#68268 closed defect (wontfix)
gcc12 dependency on clang-14
Reported by: | haberg-1 (Hans Åberg) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.8.1 |
Keywords: | sonoma | Cc: | |
Port: | gcc12 |
Description
The port gcc12 (and there is no gcc13!) sets the dependency to clang-14, which in turn does not install on MacOS 14. —A way to fix might be to set the dependency to clang-16, or no specific clang version, so that the latest can be used.
Change History (4)
comment:1 Changed 14 months ago by cjones051073 (Chris Jones)
Resolution: | → wontfix |
---|---|
Status: | new → closed |
comment:2 Changed 14 months ago by haberg-1 (Hans Åberg)
You might make it for gcc13 then, which was released 2023-07-27.
comment:4 Changed 14 months ago by rfj82982
GCC12 is a requirement for a lot of port like mpich and openmpi that are widely used for any code that can run in parallel. At the moment no mpi port is working because of the issue with clang14.
Note: See
TracTickets for help on using
tickets.
clang versions used to build gcc versions are specifically chosen as the ones known to work. Just moving to the latest usually does not work if that gcc version predates when that clang was released.