python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / hwloc / Config.in
blob1fb23027bb4d2c3debffe9232591f1cb3bcc0c68
1 config BR2_PACKAGE_HWLOC
2         bool "hwloc"
3         depends on BR2_TOOLCHAIN_HAS_THREADS
4         help
5           Portable Hardware Locality
7           Provides a portable abstraction (across OS, versions,
8           architectures, ...)  of the hierarchical topology of modern
9           architectures, including NUMA memory nodes, sockets, shared
10           caches, cores and simultaneous multithreading.
12           http://www.open-mpi.org/projects/hwloc/
14 comment "hwloc needs a toolchain w/ threads"
15         depends on !BR2_TOOLCHAIN_HAS_THREADS