RenderKit / embree

Embree ray tracing kernels repository.
Apache License 2.0
2.37k stars 389 forks source link

missing check_arm_neon.cpp on embree 4.0.0 #426

Closed luyatshimbalanga closed 1 year ago

luyatshimbalanga commented 1 year ago

Build failed due to missing source file check_arm_neon.cpp

CMake Error at /builddir/build/BUILD/embree-4.0.0/redhat-linux-build/CMakeFiles/CMakeTmp/CMakeLists.txt:17 (add_executable):
  Cannot find source file:

    /builddir/build/BUILD/embree-4.0.0/common/cmake/check_arm_neon.cpp

CMake Error at /builddir/build/BUILD/embree-4.0.0/redhat-linux-build/CMakeFiles/CMakeTmp/CMakeLists.txt:17 (add_executable):
  No SOURCES given to target: cmTC_3e5dd

CMake Error at common/cmake/check_isa_default.cmake:20 (TRY_COMPILE):
  Failed to generate test project build system.
Call Stack (most recent call first):
  CMakeLists.txt:424 (CHECK_ISA_DEFAULT)
svenwoop commented 1 year ago

Actually we do not have a Cray system to check that particular code path. Does it work if you just put back the file form a previous Embree release?

luyatshimbalanga commented 1 year ago

Yes, It does.

svenwoop commented 1 year ago

Ok, we will put back the file in next release.

luyatshimbalanga commented 1 year ago

Thank you.