mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 23:29:00 +08:00
6db51d86a9
If a call to `vcpkg_replace_string` makes no changes i.e doesn't effectively replace a string, A warning is logged. This should also help identify ports that no longer need these calls to fix things in `.pc` files etc.
14 lines
738 B
JSON
14 lines
738 B
JSON
{
|
|
"name": "hwloc",
|
|
"version": "2.10.0",
|
|
"port-version": 1,
|
|
"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",
|
|
"license": "BSD-2-Clause",
|
|
"supports": "!uwp"
|
|
}
|