TACC / Galaxy

Galaxy is an asynchronous parallel visualization ray tracer for performant rendering in distributed computing environments. Galaxy builds upon Intel OSPRay and Intel Embree, including ray queueing and sending logic inspired by TACC GraviT.
Apache License 2.0
19 stars 9 forks source link

Fix ospray build against static embree lib #15

Closed BruceCherniak closed 4 years ago

BruceCherniak commented 4 years ago

Hi Paul, here's an updated PR addressing the OSPRay build failure against a static Embree lib.

BruceCherniak commented 4 years ago

GALAXY: third-party libraries already built and installed!

Near as I can tell, Travis didn't rebuild the third-party stuff and just assumed the cached versions were valid.

pnav commented 4 years ago

yes, that is functioning as-designed. I will verify the PR and rebuild the caches (we intentionally don't rebuild the third-party libs each time due to Travis runtime limits).

BruceCherniak commented 4 years ago

Cool, just making sure I didn't mess something up... again :-/