-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
openmpi: add v5.0.5, add optional deps, fix cross-compilation by using GnuToolchain #25162
base: master
Are you sure you want to change the base?
Conversation
/cc @uilianries |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Conan v1 pipeline ❌Failure in build 3 (
Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability. Conan v2 pipeline ❌
The v2 pipeline failed. Please, review the errors and note this is required for pull requests to be merged. In case this recipe is still not ported to Conan 2.x, please, ping Failure in build 3 (
Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability. |
Summary
Changes to recipe: openmpi/[*]
Motivation
A follow-up to #18980.
libevent
dependency. The project otherwise uses a vendored version of libevent if it is not provided or found on the system. This is fragile and silently using the system library is likely to break things in consuming packages, especially when built as as static.libfabric
, now that it has been migrated.libcurl
andjansson
deps in v5.ompi_info
call in test_package, which provides a useful summary of the enabled features for validation and debugging.Details
v5 also added support for
libev
as an alternative tolibevent
. I considered adding it as an option, butpmix
errors out during./configure
whenlibevent
is disabled.Dropped
--with-moab=no
, since it's actually enabled by default and does not have external deps.closes #23503