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

Can the code run on ubuntu-some_version ? #6

Closed jiec-msft closed 5 years ago

jiec-msft commented 5 years ago

Can the code run on ubuntu-some_version ?

pnav commented 5 years ago

Hi,

Yes, we use Ubuntu 16.04.6 LTS for our Linux builds under Travis-CI. Take a look at the .travis.yml file for the package configuration above the base Travis-CI build.

Hope this helps!