Skip to content

Gentoo incompatible Cmake #170

Open
Open
@archenroot

Description

@archenroot

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions