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
  • #99
Closed
Open
Issue created Dec 06, 2012 by André Anjos@andre.anjos💬Owner

blitz include error on multilib installations

Created by: ozancaglayan

Fedora installs architecture dependent blitz/gnu/bzconfig.h header into /usr/lib64/blitz/include. This path should be included when building the project. This is already indicated in the pkgconfig file of blitz package in Cflags:

Name: blitz
Description: blitz Library
Version: 0.9
Requires: 
Libs: -L${libdir} -lblitz
Cflags: -I${includedir} -I${libdir}/blitz/include

but CMake is not aware of that. I've adjusted src/blitz.cmake and added the following line to fix this:

include_directories(/usr/lib64/blitz/include)

This can probably be done in a more elegant way but I don't know how.

Thanks.

Assignee
Assign to
Time tracking