Open
Description
Hi, I am working on Torch ebuild files for Gentoo. In case of openCV I have little issue with the way how CMakeLists.txt file is prepared as it end up by installing libraries (.so) and lua files (.lua) into same folders. But probably not only Gentoo, but other distributions are using usually different folders for libs and lua files.
In my case Gentoo expects following:
- so files should usually go into /usr/lib(64)/lua/5.1 directory
- lua files should usually go into /usr/share/lua/5.1 directory
I don't have such problem with other Torch packages, i will customize current CMakeFiles.txt and try to make it more compatible with other torch packages.
In Gentoo ebuild system I of course have my own way how to handle this situation, but I think it is better to handle this directly here.
Any hints or counter-offers?
Ladislav