Skip to content
GitLab
Projects Groups Topics 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
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
    • Model experiments
  • 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

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