The e_antic spkg doesn't build with XCode 16 on macOS Sequoia
45 views
Skip to first unread message
Marc Culler
unread,
Oct 3, 2024, 11:07:57 PM10/3/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sage-devel
This was the only other problem package besides gfortran. The issue seems to be that one of the e_antic files includes a boost header which triggers a warning about assigning out-of-range values to an enum. That warning was promoted to an error in clang 16. Boost actually already has a workaround,, because other compilers generate errors for this as well. So that workaround just needs to be activated for clang 16. There is a patch in this macports ticket that does this.