Changes between Initial Version and Version 1 of Ticket #67144, comment 4
- Timestamp:
- Mar 25, 2023, 12:33:49 AM (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #67144, comment 4
initial v1 6 6 I revbumped `R` in the PR now: https://github.com/macports/macports-ports/pull/18079 7 7 If Clang-15 is picked for it, then it will be saved into Makevars settings, and everything gonna work as before, but with a new Clang. If not, then perhaps hardcoding is the way to go. 8 9 I believe, there is nothing inherent in `R` itself or its ports that requires a specific Clang version. Some `R` packages want C+17, and majority want at least C+11, but both worked with Clang-14 on x86, and should work now with Clang-15, provided it gets picked for `R` itself.