visit-dav / visit

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

prefix build_visit vars related to python with PY_ (#19949) #19953

Closed cyrush closed 1 month ago

cyrush commented 1 month ago

Description

Resolves https://github.com/visit-dav/visit/issues/19443 (develop)

Develop merge of 3.4 RC PR #19949

Type of change

build_visit logic refactor

How Has This Been Tested?

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. - [ ] I have NOT made any changes to protocol or public interfaces in an RC branch.