Skip to content

Commit

Permalink
Merge pull request #12523 from devreal/prrte-pmix-disable-devel-checks
Browse files Browse the repository at this point in the history
Disable devel checks for PRRTE/PMIx
  • Loading branch information
janjust committed May 7, 2024
2 parents 4890203 + 86f2f42 commit e44cd58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/ompi_setup_prrte.m4
Expand Up @@ -164,6 +164,8 @@ AC_DEFUN([_OMPI_SETUP_PRRTE_INTERNAL], [
internal_prrte_CPPFLAGS=
internal_prrte_args="--with-proxy-version-string=$OPAL_VERSION --with-proxy-package-name=\"Open MPI\" --with-proxy-bugreport=\"https://www.open-mpi.org/community/help/\""
# PRRTE sets -Werror on devel builds so avoid buid breaks caused by 3rd-party codes
internal_prrte_args="$internal_prrte_args --disable-devel-check"
# Set --enable-prte-prefix-by-default to the deprecated options,
# if they were specified. Otherwise, set it to enabled if the
Expand Down
2 changes: 2 additions & 0 deletions config/opal_config_pmix.m4
Expand Up @@ -78,6 +78,8 @@ AC_DEFUN([OPAL_CONFIG_PMIX], [
# desired.
internal_pmix_args="--without-tests-examples --enable-pmix-binaries --disable-pmix-backward-compatibility --disable-visibility"
# Open PMIx sets -Werror on devel builds so avoid buid breaks caused by 3rd-party codes
internal_pmix_args="$internal_pmix_args --disable-devel-check"
internal_pmix_wrapper_libs=
internal_pmix_CPPFLAGS=
Expand Down

0 comments on commit e44cd58

Please sign in to comment.