This repository was archived by the owner on Sep 30, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
opal/mca/common/libfabric Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 55# of Tennessee Research Foundation. All rights
66# reserved.
77# Copyright (c) 2015 Intel, Inc. All rights reserved.
8+ # Copyright (c) 2015 Cisco Systems, Inc. All rights reserved.
89# $COPYRIGHT$
910#
1011# Additional copyrights may follow
1112#
1213# $HEADER$
1314#
1415
15- #
16- # If LIBFABRIC support was requested, then build the LIBFABRIC support library.
17- # This code checks just makes sure the check was done earlier by the
18- # opal_check_libfabric.m4 code.
19- #
20-
2116AC_DEFUN([MCA_opal_common_libfabric_CONFIG],[
2217 AC_CONFIG_FILES([opal/mca/common/libfabric/Makefile])
2318
24- # check for libfabric request
19+ # Check for libfabric. Note that $opal_common_libfabric_happy is
20+ # used in other configure.m4's to know if libfabric configured
21+ # successfully.
2522 OPAL_CHECK_LIBFABRIC([opal_common_libfabric],
2623 [opal_common_libfabric_happy= yes
24+ common_libfabric_WRAPPER_EXTRA_LDFLAGS= $opal_common_libfabric_LDFLAGS
25+ common_libfabric_WRAPPER_EXTRA_LIBS= $opal_common_libfabric_LIBS
2726 $1 ],
2827 [opal_common_libfabric_happy= no
2928 $2 ])
You can’t perform that action at this time.
0 commit comments