visit-dav / visit

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

Modify build_visit to allow building ospray w/o internet connection. #20057

Closed brugger1 closed 2 days ago

brugger1 commented 2 days ago

Description

Resolves #19366

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

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.

Reminders:

Checklist: