-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
enable script-wrapper compilers? #161
Comments
xref: open-mpi/ompi#12609 |
open-mpi/ompi#12628 is merged, perhaps we are unblocked? |
For 5.0.4+, yes Presumably this persists in 4.x |
Note that they are considering removal of the script wrappers, since they appear to be mostly unmaintained and not used very often: open-mpi/ompi#12625 While it has been a pain to set up, it's working now and fairly reliable, so I'm reticent to remove all that setup if we're just going to need to put it back in a future release. |
Comment:
openmpi has
--enable-script-wrapper-compilers
, which installsmpicc
and friends as perl scripts, like mpich does with bash.If we added this option, packages would no longer require
openmpi
in their build dependencies (they would requireperl
, though), because the compiler wrappers would be scripts, not executables. I think this would solve a lot of headaches for folks compiling against openmpi.Weirdly, the
pkg-config
files don't seem to be installed. This seems like a bug? They are built and correct, just excluded from install.The text was updated successfully, but these errors were encountered: