Hello,
I am successfully building bpy
with and without CUDA support.
One build eludes me however: Optix. It leaves me with a very cryptic message, the end of CMake configuration fails with this to say:
-- 64 bit compiler detected.
-- Visual Studio 2017 detected.
-- Found OpenGL: opengl32
-- Found OpenMP_C: -openmp (found version "2.0")
-- Found OpenMP_CXX: -openmp (found version "2.0")
-- Found OpenMP: TRUE (found version "2.0")
-- Found OptiX: C:/ProgramData/NVIDIA Corporation/OptiX SDK 7.0.0/include
CMake Error at intern/cycles/CMakeLists.txt:316 (if):
if given arguments:
"EQUAL" "8.0"
Unknown arguments specified
-- Configuring incomplete, errors occurred!
See also "C:/Users/TGubs/Code/Python/blenderpy/build/temp.win-amd64-3.7/Release/build/CMakeFiles/CMakeOutput.log".
error: command 'C:\\Program Files\\CMake\\bin\\cmake.exe' failed with exit status 1
I’m not sure how to proceed, and am trying to build at 2.82
, but Cmakelists.txt does not have this
"EQUAL" "8.0"
Quoted in this way. For example, after checking out v2.82
I get the following:
if(${CUDA_VERSION} EQUAL "8.0")
set(MAX_MSVC 1900)
Can anyone help explain to me what is going on?
Thanks in advance.