-
Notifications
You must be signed in to change notification settings - Fork 868
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
and enable test/util/orte_nidmap Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp>
- Loading branch information
1 parent
64ba33c
commit 0a47d29
Showing
2 changed files
with
38 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# -*- shell-script -*- | ||
# | ||
# Copyright (c) 2018 Research Organization for Information Science | ||
# and Technology (RIST). All rights reserved. | ||
# $COPYRIGHT$ | ||
# | ||
# Additional copyrights may follow | ||
# | ||
# $HEADER$ | ||
# | ||
|
||
# MCA_patcher_overwrite_CONFIG(action-if-can-compile, | ||
# [action-if-cant-compile]) | ||
# ------------------------------------------------ | ||
AC_DEFUN([MCA_orte_regx_fwd_CONFIG],[ | ||
AC_CONFIG_FILES([orte/mca/regx/fwd/Makefile]) | ||
[$1] | ||
]) | ||
|
||
# | ||
# Force this component to compile in static-only mode | ||
# | ||
AC_DEFUN([MCA_orte_regx_fwd_COMPILE_MODE],[ | ||
AC_MSG_CHECKING([for MCA component $2:$3 compile mode]) | ||
$4="static" | ||
AC_MSG_RESULT([$$4]) | ||
]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters