Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

External internal hwloc libevent fixes #5527

Merged

Commits on Aug 8, 2018

  1. hwloc201: only configure if hwloc:external fails

    We know that hwloc:external will be configured first (because of its
    priority).  Take advantage of that here in hwloc201 by having it
    refuse to configure / politely fail if hwloc:external succeeded.
    
    Also print out some additional lines in configure output indicating
    what is going on (i.e., hwloc:external succeeded, so this component
    will be skipped, or hwloc:external failed, so this component will be
    used).
    
    Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
    jsquyres committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    4e5f432 View commit details
    Browse the repository at this point in the history
  2. libevent2022: only configure if event:external fails

    We know that event:external will be configured first (because of its
    priority).  Take advantage of that here in libevent2022 by having it
    refuse to configure / politely fail if event:external succeeded.
    
    Also print out some additional lines in configure output indicating
    what is going on (i.e., event:external succeeded, so this component
    will be skipped, or event:external failed, so this component will be
    used).
    
    Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
    jsquyres committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    b063cb6 View commit details
    Browse the repository at this point in the history