mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 19:39:06 +08:00
fdac8bfc1b
* hwloc try and error * hwloc fix build. * format manifest * version stuff * remove supports expression. Copy COPYING from src dir * format manifest * overwrite version * update ci baseline hpx uses _mm_pause which seems to be undefined on arm64 maybe hpx requires a supports field? * switch to version in manifest * version stuff * add maintainer Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> * version stuff Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
12 lines
687 B
JSON
12 lines
687 B
JSON
{
|
|
"name": "hwloc",
|
|
"version": "2.5.0",
|
|
"maintainers": "bgoglin<Brice.Goglin@inria.fr>",
|
|
"description": [
|
|
"Portable Hardware Locality (hwloc)",
|
|
"The Portable Hardware Locality (hwloc) software package 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. It also gathers various system attributes such as cache and memory information as well as the locality of I/O devices such as network interfaces, InfiniBand HCAs or GPUs."
|
|
],
|
|
"homepage": "https://github.com/open-mpi/hwloc",
|
|
"supports": "!uwp"
|
|
}
|