Skip to content

Commit f3e3b80

Browse files
committed
opal_check_pmi.m4: remove stale code and comments
Signed-off-by: Jeff Squyres <[email protected]>
1 parent 6480435 commit f3e3b80

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

config/opal_check_pmi.m4

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -251,22 +251,7 @@ AC_DEFUN([OPAL_CHECK_PMIX],[
251251
AS_IF([test "$with_pmix" = "external"],
252252
[pmix_ext_install_dir=/usr],
253253
[pmix_ext_install_dir=$with_pmix])
254-
255-
# cannot use check_package because there are
256-
# external dependencies to make the headers
257-
# build, so just check for presence of header
258-
# and library files - these checks will error
259-
# out if the files aren't found, which is okay
260-
# as we are only executing here if the user
261-
# specified external pmix
262-
#OPAL_CHECK_WITHDIR([external-pmix], [$pmix_ext_install_dir/include], [pmix.h])
263-
#OPAL_CHECK_WITHDIR([external-libpmix], [$pmix_ext_install_dir/lib], [libpmix.*])
264254
OPAL_CHECK_PACKAGE([opal_pmix_ext], [pmix.h], [pmix], [PMIx_Init], [], [$pmix_ext_install_dir], [], [opal_external_pmix_happy=yes], [])
265-
266-
#opal_pmix_ext_CPPFLAGS="-I$pmix_ext_install_dir -I$pmix_ext_install_dir/include -I$pmix_ext_install_dir/include/pmix -I$pmix_ext_install_dir/include/pmix/include"
267-
#opal_pmix_ext_LDFLAGS="-L$pmix_ext_install_dir/lib"
268-
#opal_pmix_ext_LIBS="-lpmix"
269-
#opal_external_pmix_happy="yes"
270255
])
271256
AC_SUBST(opal_pmix_ext_CPPFLAGS)
272257
AC_SUBST(opal_pmix_ext_LDFLAGS)

0 commit comments

Comments
 (0)