You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OMPI_CANONICALIZE_PATH broke on MacOS when `/usr/bin/python`
disappeared (in favor of `/usr/bin/python3`) in MacOS Monterrey. Make
things simpler by not canonicalizing the path to begin with.
Specifically: just look at `pwd`, $srcdir, and $prefix. Even if
$srcdir and/or $prefix are relative to the build dir, the union of all
the checks will ensure that none of the target paths will contain
spaces.
Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
0 commit comments