Skip to content

Commit 3bfc7a7

Browse files
jsquyresrhc54
authored andcommitted
Tweak: rename "deprecated" --> "deleted"
We're dealing with CLI options that have been deleted, not deprecated. Signed-off-by: Jeff Squyres <jsquyres@cisco.com> (cherry picked from commit 5aea444)
1 parent 7e2874a commit 3bfc7a7

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

config/ompi_deprecated_options.m4 renamed to config/ompi_deleted_options.m4

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,18 @@
88
# $HEADER$
99
#
1010

11-
AC_DEFUN([OMPI_CHECK_DEPRECATED_OPTIONS],[
12-
OPAL_VAR_SCOPE_PUSH(with_pmi_given with_pmi_libdir_given)
11+
AC_DEFUN([OMPI_CHECK_DELETED_OPTIONS],[
12+
OPAL_VAR_SCOPE_PUSH([with_pmi_given with_pmi_libdir_given cxx])
1313

14+
# --with-pmi options were removed in v5.0
1415
AC_ARG_WITH([pmi],
1516
[AC_HELP_STRING([--with-pmi(=DIR)],
16-
[*DEPRECATED* Build PMI support, optionally adding DIR to the search path (default: no)])],
17+
[*DELETED* Build PMI support, optionally adding DIR to the search path (default: no)])],
1718
[with_pmi_given=yes])
1819

1920
AC_ARG_WITH([pmi-libdir],
2021
[AC_HELP_STRING([--with-pmi-libdir=DIR],
21-
[*DEPRECATED* Look for libpmi or libpmi2 in the given directory DIR, DIR/lib or DIR/lib64])],
22+
[*DELETED* Look for libpmi or libpmi2 in the given directory DIR, DIR/lib or DIR/lib64])],
2223
[with_pmi_libdir_given=yes])
2324

2425
if test "$with_pmi_given" = "yes" || test "$with_pmi_libdir_given" = "yes"; then

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@ if test "$OMPI_TOP_BUILDDIR" != "$OMPI_TOP_SRCDIR"; then
192192
AC_MSG_NOTICE([Detected VPATH build])
193193
fi
194194

195-
# Check for deprecated options
196-
OMPI_CHECK_DEPRECATED_OPTIONS
195+
# Check for deprecated/deleted options
196+
OMPI_CHECK_DELETED_OPTIONS
197197

198198
# Setup the top of the opal/include/opal_config.h file
199199

prrte

Submodule prrte updated 173 files

0 commit comments

Comments
 (0)