Modify build_visit to allow building ospray without an internet connection. All the third party libraries that ospray depends on has been packaged into the library ospray-libs-3.0.0.tar.gz. build_visit downloads this file and places the libraries within it into the correct locations in the ospray build directory.
Type of change
[X] New feature~~
How Has This Been Tested?
I built ospray on rzwhippet to test that it works properly on a system with an internet connection and then on jade to test that it works properly on a system without an internet connection. Both cases worked properly.
Description
Resolves #19366
Modify
build_visit
to allow buildingospray
without an internet connection. All the third party libraries thatospray
depends on has been packaged into the libraryospray-libs-3.0.0.tar.gz
.build_visit
downloads this file and places the libraries within it into the correct locations in theospray
build directory.Type of change
How Has This Been Tested?
I built
ospray
onrzwhippet
to test that it works properly on a system with an internet connection and then onjade
to test that it works properly on a system without an internet connection. Both cases worked properly.Reminders:
Checklist:
[ ] 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.