File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 11# -*- shell-script -*-
22#
33# 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
55# and Technology (RIST). All rights reserved.
66#
77# $COPYRIGHT$
@@ -100,12 +100,9 @@ AC_DEFUN([MCA_opal_hwloc_external_CONFIG],[
100100 # but hopefully slightly more clear...)
101101 opal_hwloc_external_want=no
102102 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])
109106
110107 # If we still want external support, try it
111108 AS_IF([test " $opal_hwloc_external_want " = " yes" ],
Original file line number Diff line number Diff line change 22#
33# Copyright (c) 2009-2017 Cisco Systems, Inc. All rights reserved
44# 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
66# and Technology (RIST). All rights reserved.
77# Copyright (c) 2016 Los Alamos National Security, LLC. All rights
88# reserved.
1717#
1818# Priority
1919#
20- AC_DEFUN([MCA_opal_hwloc_hwloc2a_PRIORITY], [90 ])
20+ AC_DEFUN([MCA_opal_hwloc_hwloc2a_PRIORITY], [80 ])
2121
2222#
2323# Force this component to compile in static-only mode
You can’t perform that action at this time.
0 commit comments