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

WIP: support JSM ecosystem on coral system #90

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Oct 4, 2023

  1. build: add configure --with-pmix[=PREFIX]

    Problem: some versions of pmix don't have a .pc file, and
    some packaged versions have a broken one.
    
    Add a configure --with-pmix[=PREFIX].  If this is specified
    without a PREFIX, default system paths are assumed.  If PREFIX
    is specified, then PMIX_CFLAGS and PMIX_LIBS are set based on that.
    
    No checks are performed to ensure PREFIX refers to a working
    pmix install of the minimum version.  This is intended to be an
    override mechanism for exceptional situations.  The default
    pkg-config method is the preferred one, when it works.
    garlick committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    1b50093 View commit details
    Browse the repository at this point in the history