Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • C codes
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 38
    • Issues 38
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 8
    • Merge requests 8
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • codes
  • codes
  • Merge requests
  • !84

Configure: Moved CXX11 requirement to --with-online conditional

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Neil McGlohon requested to merge cxx11-fix into master May 02, 2019
  • Overview 0
  • Commits 1
  • Changes 1

This is to address issue #169 (closed).

The C++ 11 requirement was added to configure.ac in commit 56007723. Since CODES builds just fine without C++11, it seems like this requirement was added for support of SWM workloads which aren't built unless --with-online= is specified. So this requirement has been moved to reside within that conditional so that certain legacy machines that may not have updated to the 8 year old standard yet can still compile CODES without complaint if they don't need SWM.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: cxx11-fix