• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/hwloc/hwloc.mk
Peter KorsgaardPeter Korsgaard committed d1dfad6bce312 May 2015
Raw file
Source viewDiff to previous
 
1
################################################################################
2
#
3
# hwloc
4
#
5
################################################################################
6
​
7
HWLOC_VERSION_MAJOR = 1.10
8
HWLOC_VERSION = $(HWLOC_VERSION_MAJOR).1
9
HWLOC_SOURCE = hwloc-$(HWLOC_VERSION).tar.bz2
10
HWLOC_SITE = http://www.open-mpi.org/software/hwloc/v$(HWLOC_VERSION_MAJOR)/downloads
11
HWLOC_LICENSE = BSD-3c
12
HWLOC_LICENSE_FILES = COPYING
13
HWLOC_DEPENDENCIES = host-pkgconf
14
# 0001-utils-hwloc-Makefile.am-fix-install-man-race-conditi.patch touches Makefile.am
15
HWLOC_AUTORECONF = YES
16
​
17
HWLOC_CONF_OPTS = \
18
    --disable-opencl \
19
    --disable-cuda \
20
    --disable-nvml \
21
    --disable-gl \
22
    --disable-cairo \
23
    --disable-libxml2 \
24
    --disable-doxygen
25
​
26
ifeq ($(BR2_PACKAGE_LIBPCIACCESS),y)
27
HWLOC_CONF_OPTS += --enable-pci
28
HWLOC_DEPENDENCIES += libpciaccess
29
else
30
HWLOC_CONF_OPTS += --disable-pci
31
endif
32
​
33
ifeq ($(BR2_PACKAGE_NUMACTL),y)
34
HWLOC_CONF_OPTS += --enable-libnuma
35
HWLOC_DEPENDENCIES += numactl
36
else
37
HWLOC_CONF_OPTS += --disable-libnuma
38
endif
39
​
40
$(eval $(autotools-package))
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.