RenderKit / embree

Embree ray tracing kernels repository.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

missing check_arm_neon.cpp on embree 4.0.0

luyatshimbalanga opened this issue · comments

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)

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?

Yes, It does.

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

Thank you.