File tree 2 files changed +38
-7
lines changed 2 files changed +38
-7
lines changed Original file line number Diff line number Diff line change
1
+ # -*- shell-script -*-
2
+ #
3
+ # Copyright (c) 2018 Research Organization for Information Science
4
+ # and Technology (RIST). All rights reserved.
5
+ # $COPYRIGHT$
6
+ #
7
+ # Additional copyrights may follow
8
+ #
9
+ # $HEADER$
10
+ #
11
+
12
+ # MCA_patcher_overwrite_CONFIG(action-if-can-compile,
13
+ # [action-if-cant-compile])
14
+ # ------------------------------------------------
15
+ AC_DEFUN([MCA_orte_regx_fwd_CONFIG],[
16
+ AC_CONFIG_FILES([orte/mca/regx/fwd/Makefile])
17
+ [$1 ]
18
+ ])
19
+
20
+ #
21
+ # Force this component to compile in static-only mode
22
+ #
23
+ AC_DEFUN([MCA_orte_regx_fwd_COMPILE_MODE],[
24
+ AC_MSG_CHECKING([for MCA component $2 :$3 compile mode])
25
+ $4 = " static"
26
+ AC_MSG_RESULT([$$ 4])
27
+ ])
Original file line number Diff line number Diff line change @@ -32,15 +32,19 @@ AM_CPPFLAGS = -I$(top_srcdir)/test/support
32
32
# opal_os_create_dirpath \
33
33
# opal_argv \
34
34
# opal_basename \
35
- # opal_path_nfs \
36
- # orte_nidmap
35
+ # opal_path_nfs
37
36
38
37
39
38
check_PROGRAMS = \
40
39
opal_bit_ops \
41
40
opal_path_nfs \
42
41
bipartite_graph
43
42
43
+ if PROJECT_ORTE
44
+ check_PROGRAMS += \
45
+ orte_nidmap
46
+ endif
47
+
44
48
TESTS = \
45
49
$(check_PROGRAMS )
46
50
@@ -122,11 +126,11 @@ opal_path_nfs_DEPENDENCIES = $(opal_path_nfs_LDADD)
122
126
# $(top_builddir)/test/support/libsupport.a
123
127
# orte_universe_setup_file_io_DEPENDENCIES = $(orte_universe_setup_file_io_LDADD)
124
128
125
- # orte_nidmap_SOURCES = orte_nidmap.c
126
- # orte_nidmap_LDADD = \
127
- # $(top_builddir)/orte/libopen-rte.la \
128
- # $(top_builddir)/test/support/libsupport.a
129
- # orte_nidmap_DEPENDENCIES = $(orte_nidmap_LDADD)
129
+ orte_nidmap_SOURCES = orte_nidmap.c
130
+ orte_nidmap_LDADD = \
131
+ $(top_builddir ) /orte/libopen-rte.la \
132
+ $(top_builddir ) /test/support/libsupport.a
133
+ orte_nidmap_DEPENDENCIES = $(orte_nidmap_LDADD )
130
134
131
135
bipartite_graph_SOURCES = bipartite_graph.c
132
136
bipartite_graph_LDADD = \
You can’t perform that action at this time.
0 commit comments