Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • bob bob
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • bobbob
  • bobbob
  • Issues
  • #100
Closed
Open
Issue created Dec 09, 2012 by André Anjos@andre.anjos💬Owner

Honor multilib distributions when installing libraries

Created by: ozancaglayan

Hi,

Current build system installs shared libraries and pkgconfig files under /usr/lib but python site-package under /usr/lib64 on a multilib x86_64 distro like F17.

The correct directory is /usr/lib64 for both. I've created a patch for taking care of the library suffix using CMake. This also fixed nosetests and sphinx-doctest targets which were failing on the current tree on my system.

The patch is at: https://gist.github.com/4246783

Thanks!

Assignee
Assign to
Time tracking