visit-dav / visit

VisIt - Visualization and Data Analysis for Mesh-based Scientific Data
https://visit.llnl.gov
BSD 3-Clause "New" or "Revised" License
443 stars 116 forks source link

qt 6 xcode 15 patch #19976

Closed cyrush closed 3 weeks ago

cyrush commented 3 weeks ago

Description

Resolves #19414

Type of change

build_visit change

How Has This Been Tested?

@markcmiller86 -- we will need to test this during macOS release process.

(Need to test it applies cleanly and works for our builds -- we wont have a macOS 14 xcode 15 system to test directly)

Reminders:

Checklist:

- [ ] I have commented my code where applicable. - [ ] I have updated the release notes. - [ ] I have made corresponding changes to the documentation. - [ ] I have added debugging support to my changes. - [ ] I have added tests that prove my fix is effective or that my feature works. - [ ] I have confirmed new and existing unit tests pass locally with my changes. - [ ] I have added new baselines for any new tests to the repo.