2005-08-26 23:51:02 +04:00
|
|
|
# -*- shell-script -*-
|
|
|
|
#
|
2005-11-05 22:57:48 +03:00
|
|
|
# Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
|
|
|
|
# University Research and Technology
|
|
|
|
# Corporation. All rights reserved.
|
|
|
|
# Copyright (c) 2004-2005 The University of Tennessee and The University
|
|
|
|
# of Tennessee Research Foundation. All rights
|
|
|
|
# reserved.
|
2005-08-26 23:51:02 +04:00
|
|
|
# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
|
|
|
|
# University of Stuttgart. All rights reserved.
|
|
|
|
# Copyright (c) 2004-2005 The Regents of the University of California.
|
|
|
|
# All rights reserved.
|
2009-01-29 20:59:04 +03:00
|
|
|
# Copyright (c) 2008-2009 Cisco Systems, Inc. All rights reserved.
|
2005-08-26 23:51:02 +04:00
|
|
|
# $COPYRIGHT$
|
|
|
|
#
|
|
|
|
# Additional copyrights may follow
|
|
|
|
#
|
|
|
|
# $HEADER$
|
|
|
|
#
|
|
|
|
|
|
|
|
# MCA_<framework>_<component>_CONFIG([action-if-can-compile],
|
|
|
|
# [action-if-cant-compile])
|
|
|
|
# ------------------------------------------------
|
|
|
|
AC_DEFUN([MCA_maffinity_libnuma_CONFIG],[
|
2009-03-07 00:49:00 +03:00
|
|
|
OPAL_SETUP_COMPONENT_PACKAGE([maffinity],
|
|
|
|
[libnuma],
|
|
|
|
[libnuma],
|
|
|
|
[include/numa.h],
|
|
|
|
[libnuma*],
|
2005-10-11 05:37:45 +04:00
|
|
|
[numa.h],
|
|
|
|
[numa],
|
|
|
|
[numa_available],
|
|
|
|
[],
|
2009-03-07 00:49:00 +03:00
|
|
|
[AC_CHECK_DECLS([MPOL_MF_MOVE])
|
|
|
|
$1],
|
|
|
|
[$2])
|
|
|
|
])
|