Update dependencies list#318
Conversation
| |[cppunit](http://dev-www.libreoffice.org/src/) | | | ||
| |[CUDA](https://developer.nvidia.com/cuda-downloads) | | | ||
| |[Curl](https://github.com/curl/curl) | only needed when building or using Arras | | ||
| |[Embree](https://github.com/embree/embree) | | |
There was a problem hiding this comment.
We require version 4.1 of embree.
| |[OpenImageIO](https://github.com/OpenImageIO/oiio) | | | ||
| |[OpenSubdiv](https://github.com/PixarAnimationStudios/OpenSubdiv) | | | ||
| |[OpenVdb](https://github.com/AcademySoftwareFoundation/openvdb) | | | ||
| |[Optix](https://developer.nvidia.com/designworks/optix/download) | | |
There was a problem hiding this comment.
We require version 7.3 of optix.
jmahovsky-dwa
left a comment
There was a problem hiding this comment.
embree and optix require specific versions
|
For packages that typically require a very specific version, like optix, if we don't want to keep the version up-to-date in this list, we could add a comment "check the files in /building for the specific version required" |
I like this idea -- I can't seem to find Optix in any of the CmakeLists.txt, though 🤔 Is it something that needs to be installed independently? |
|
Optix is a header-only library which is why you can't find it. The guts of Optix are built into the NVIDIA driver and not as a separate library. |
No description provided.