-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
add Lua version 5.4 & tbb@2021 support #6087
Copy link
Copy link
Closed
Description
Hello,
recently I tried to download & compile the entire project from my mac, I following those building instructions downloading dependency(boost, lua, tbb, etc) via brew, but the situation is, all dependency packages been downloaded latest by default, for example, as of today(Jul/2021), version of Lua is 5.4.3, version of tbb is 2021.3, cmake will fail with package can not found error.
- In file "cmake/FindTBB.cmake", the hardcoded heading file "task_scheduler_init.h" been removed from tbb@2021:
find_path(TBB_INCLUDE_DIR
tbb/task_scheduler_init.h
HINTS ${TBB_INC_SEARCH_DIR} ENV CPATH
)
- In file "cmake/FindLua.cmake", the latest version of Lua been supported is 5.3(I added 5.4 locally fixed this issue):
function(_lua_set_version_vars)
set(LUA_VERSIONS5 5.3 5.2 5.1 5.0)
...
Thanks
robert
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels