[Torch5-devel] Compile torch5 from source, with none of 3rdparty libraries, how to?
Status: Pre-Alpha
Brought to you by:
andresy
From: JIA P. <jp...@gm...> - 2010-06-14 05:19:17
|
Hi, all: Since all the 3rd party libraries can be grabbed from Ubuntu repository directly, I'm wondering how can I compile current torch5-SVN after removing the subdirectory "3rdparty" ? The reason why I'd love to do so is just because some 3rdparty libraries are a bit old and I seriously don't want to install two version of 3rdparty libraries in one computer. For example: 3rdparty folder Ubuntu repository lua-5.1.3 lua-5.1.4 cairo-1.6.4 cairo-1.8.10 etc... Can anybody help??? By the way, is torch5 still alive??? I'm currently using CMake and after removing the entire "3rdparty" subfolder, I obtained the following error messages: CMake Error at scripts/TorchPackage.cmake:29 (FIND_PACKAGE): Could not find module FindLua.cmake or a configuration file for package Lua. Adjust CMAKE_MODULE_PATH to find FindLua.cmake or set Lua_DIR to the directory containing a CMake configuration file for Lua. The file will have one of the following names: LuaConfig.cmake lua-config.cmake Call Stack (most recent call first): CMakeLists.txt:52 (INCLUDE) CMake Error at libraries/luaT/CMakeLists.txt:3 (FIND_PACKAGE): Could not find module FindLua.cmake or a configuration file for package Lua. Adjust CMAKE_MODULE_PATH to find FindLua.cmake or set Lua_DIR to the directory containing a CMake configuration file for Lua. The file will have one of the following names: LuaConfig.cmake lua-config.cmake CMake Error at libraries/TH/CMakeLists.txt:13 (CHECK_FUNCTION_EXISTS): Unknown CMake command "CHECK_FUNCTION_EXISTS". -- Welcome to Vision Open http://www.visionopen.com |