SCIInstitute / SCIRun

SCIRun is a Problem Solving Environment, for modeling, simulation and visualization of scientific problems. This is version 5, the upgraded version of SCIRun v4.
http://scirun.org
Other
128 stars 72 forks source link

Build with Local Ospray #2430

Open tarkpate opened 1 year ago

tarkpate commented 1 year ago

I added a CMake flag that searches for a prebuilt version of OSPRay. You just download and add the directory to the path. Also added instructions in the doc.

tarkpate commented 1 year ago

I made this change so I can use a local build of OSPRay so I can edit and recompile separately, but it looks like it works with prebuilt binaries. We may be able to use this to replace the default action of compiling OSPRay from scratch with just a simple binary download and link. We also wouldn't need to fork and edit for each version release.

dcwhite commented 1 year ago

This would be very useful.