Opened 6 years ago
Closed 6 years ago
#57287 closed defect (fixed)
faust, faust-devel: requires clang-3.9 which is not compatible with Mojave
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | agraef (Albert Graef) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | mojave | Cc: | |
Port: | faust, faust-devel |
Description
On Darwin 14 and later, faust requires clang-3.9. Darwin 18 and later are not compatible with clang-3.9. Can we use a newer clang on newer systems?
Change History (4)
comment:1 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | mojave added |
---|
comment:2 Changed 6 years ago by agraef (Albert Graef)
comment:3 Changed 6 years ago by agraef (Albert Graef)
Pull request now up at https://github.com/macports/macports-ports/pull/2906
comment:4 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Looks like the PR got merged in edb180de87865fa77cabc610028536e17e1f0a87/macports-ports. Next time, you can put "Closes: " and the ticket URL into the commit message, and Trac will automatically close the ticket when the PR is merged.
Note: See
TracTickets for help on using
tickets.
Sorry for replying so late. I'm currently about to update these packages. The latest LLVM version supported by faust 2.5.23 (latest stable version) is LLVM 6.0, current development sources support any LLVM version up to LLVM 7.0. Is that good enough for Mojave?