File tree 2 files changed +6
-9
lines changed 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 1
1
# -*- shell-script -*-
2
2
#
3
3
# Copyright (c) 2009-2017 Cisco Systems, Inc. All rights reserved
4
- # Copyright (c) 2014-2017 Research Organization for Information Science
4
+ # Copyright (c) 2014-2018 Research Organization for Information Science
5
5
# and Technology (RIST). All rights reserved.
6
6
#
7
7
# $COPYRIGHT$
@@ -100,12 +100,9 @@ AC_DEFUN([MCA_opal_hwloc_external_CONFIG],[
100
100
# but hopefully slightly more clear...)
101
101
opal_hwloc_external_want=no
102
102
AS_IF([test " $with_hwloc_libdir " != " " ], [opal_hwloc_external_want= yes])
103
- AS_IF([test " $with_hwloc " = " external" ], [opal_hwloc_external_want= yes])
104
- AS_IF([test " $with_hwloc " != " " && \
105
- test " $with_hwloc " != " no" && \
106
- test " $with_hwloc " != " internal" && \
107
- test " $with_hwloc " != " future" ], [opal_hwloc_external_want= yes])
108
- AS_IF([test " $with_hwloc " = " no" ], [opal_hwloc_external_want= no])
103
+ AS_IF([test " $with_hwloc " = " internal" ],
104
+ [opal_hwloc_external_want= no],
105
+ [opal_hwloc_external_want= yes])
109
106
110
107
# If we still want external support, try it
111
108
AS_IF([test " $opal_hwloc_external_want " = " yes" ],
Original file line number Diff line number Diff line change 2
2
#
3
3
# Copyright (c) 2009-2017 Cisco Systems, Inc. All rights reserved
4
4
# Copyright (c) 2014-2017 Intel, Inc. All rights reserved.
5
- # Copyright (c) 2015-2017 Research Organization for Information Science
5
+ # Copyright (c) 2015-2018 Research Organization for Information Science
6
6
# and Technology (RIST). All rights reserved.
7
7
# Copyright (c) 2016 Los Alamos National Security, LLC. All rights
8
8
# reserved.
17
17
#
18
18
# Priority
19
19
#
20
- AC_DEFUN([MCA_opal_hwloc_hwloc2a_PRIORITY], [90 ])
20
+ AC_DEFUN([MCA_opal_hwloc_hwloc2a_PRIORITY], [80 ])
21
21
22
22
#
23
23
# Force this component to compile in static-only mode
You can’t perform that action at this time.
0 commit comments