Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v3] package: add hwloc 1.10.1
@ 2015-03-19  5:29 Steven Noonan
  2015-03-20 20:37 ` Thomas Petazzoni
  0 siblings, 1 reply; 4+ messages in thread
From: Steven Noonan @ 2015-03-19  5:29 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Steven Noonan <steven@uplinklabs.net>
---
v2
  - Fixed description in Config.in.
v3
  - Fixed source URL for hwloc.hash entries.
  - Copied dependencies from libpciaccess/numactl.
 
 package/Config.in        |  1 +
 package/hwloc/Config.in  | 18 ++++++++++++++++++
 package/hwloc/hwloc.hash |  2 ++
 package/hwloc/hwloc.mk   | 14 ++++++++++++++
 4 files changed, 35 insertions(+)
 create mode 100644 package/hwloc/Config.in
 create mode 100644 package/hwloc/hwloc.hash
 create mode 100644 package/hwloc/hwloc.mk

diff --git a/package/Config.in b/package/Config.in
index 96e373a..4ee489c 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -331,6 +331,7 @@ if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
 	source "package/hdparm/Config.in"
 endif
 	source "package/hwdata/Config.in"
+	source "package/hwloc/Config.in"
 	source "package/i2c-tools/Config.in"
 	source "package/input-event-daemon/Config.in"
 	source "package/input-tools/Config.in"
diff --git a/package/hwloc/Config.in b/package/hwloc/Config.in
new file mode 100644
index 0000000..332536b
--- /dev/null
+++ b/package/hwloc/Config.in
@@ -0,0 +1,18 @@
+config BR2_PACKAGE_HWLOC
+	bool "hwloc"
+	# libpciaccess dependency
+	depends on BR2_LARGEFILE
+	# numactl dependency
+	depends on BR2_i386 || BR2_mips || BR2_mipsel || \
+	    BR2_mips64 || BR2_mips64el || BR2_powerpc || BR2_x86_64
+	select BR2_PACKAGE_LIBPCIACCESS
+	select BR2_PACKAGE_NUMACTL
+	help
+	  Portable Hardware Locality
+
+	  Provides a portable abstraction (across OS, versions, architectures, ...)
+	  of the hierarchical topology of modern architectures, including NUMA
+	  memory nodes, sockets, shared caches, cores and simultaneous
+	  multithreading.
+
+	  http://www.open-mpi.org/projects/hwloc/
diff --git a/package/hwloc/hwloc.hash b/package/hwloc/hwloc.hash
new file mode 100644
index 0000000..53563dd
--- /dev/null
+++ b/package/hwloc/hwloc.hash
@@ -0,0 +1,2 @@
+# From http://www.open-mpi.org/software/hwloc/v1.10/
+sha1	76291124e4638b2fbd4deb4cc3cd680e153077b5	hwloc-1.10.1.tar.bz2
diff --git a/package/hwloc/hwloc.mk b/package/hwloc/hwloc.mk
new file mode 100644
index 0000000..ced3627
--- /dev/null
+++ b/package/hwloc/hwloc.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# hwloc
+#
+################################################################################
+
+HWLOC_VERSION = 1.10.1
+HWLOC_SOURCE = hwloc-$(HWLOC_VERSION).tar.bz2
+HWLOC_SITE = http://www.open-mpi.org/software/hwloc/v1.10/downloads
+HWLOC_DEPENDENCIES = libpciaccess numactl
+HWLOC_LICENSE = BSD-3c
+HWLOC_LICENSE_FILES = COPYING
+
+$(eval $(autotools-package))
-- 
2.3.3

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-03-20 22:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-19  5:29 [Buildroot] [PATCH v3] package: add hwloc 1.10.1 Steven Noonan
2015-03-20 20:37 ` Thomas Petazzoni
2015-03-20 22:33   ` Steven Noonan
2015-03-20 22:39     ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox