Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
chronusq_public
chronusq_public
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • ChronusQ
  • chronusq_publicchronusq_public
  • Merge Requests
  • !3

Merged
Opened Nov 15, 2015 by Andrew Wildman@awildMaintainer

Installation fixes

  • Overview 1
  • Commits 2
  • Changes 1

Created by: nomicflux

I've set it so that LIBINT would be built automatically, and the Boost would ignore global config files. The two outstanding issues are:

  1. Forcing the compiler to link to the correct version of Python; this can be set manually by the user by changing the PYTHON_INCLUDE_DIR and PYTHON_LIBRARY options in the CMakeCache.txt file, but it would be nicer to have cmake find the correct version automatically.
  2. Adding in BTAS to the project manually. In addition, even with the BTAS_INCLUDE_DIR variable set, cmake still looks for header files in CQ's include directory, under a btas/ subdirectory.

I'll add these as issues on the project as well.

Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Reference: chronusq/chronusq_public!3
Source branch: nomicflux:installation_fixes