From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 01459158013 for ; Fri, 15 Dec 2023 06:35:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE78D2BC01C; Fri, 15 Dec 2023 06:35:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BF9982BC01C for ; Fri, 15 Dec 2023 06:35:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CD792335DE9 for ; Fri, 15 Dec 2023 06:35:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68E24AE9 for ; Fri, 15 Dec 2023 06:35:02 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1702621980.1d88f52306c63cade6b4700a3338a8eb826816f1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/hwloc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/hwloc/metadata.xml X-VCS-Directories: sys-apps/hwloc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1d88f52306c63cade6b4700a3338a8eb826816f1 X-VCS-Branch: master Date: Fri, 15 Dec 2023 06:35:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f317447a-2463-48c2-95f9-6e835a04f18e X-Archives-Hash: 3548a254bd0328cdad4f72c7a394d19e commit: 1d88f52306c63cade6b4700a3338a8eb826816f1 Author: Sam James gentoo org> AuthorDate: Fri Dec 15 06:33:00 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Dec 15 06:33:00 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d88f523 sys-apps/hwloc: fix metadata indentation Signed-off-by: Sam James gentoo.org> sys-apps/hwloc/metadata.xml | 54 ++++++++++++++++++++++----------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/sys-apps/hwloc/metadata.xml b/sys-apps/hwloc/metadata.xml index 049c06df6e60..083b6957c7ac 100644 --- a/sys-apps/hwloc/metadata.xml +++ b/sys-apps/hwloc/metadata.xml @@ -1,31 +1,31 @@ - - cluster@gentoo.org - Gentoo Cluster Project - - - 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. - It primarily aims at helping applications with gathering information about modern computing - hardware so as to exploit it accordingly and efficiently. - - - Enable the Cairo back-end of hwloc's lstopo command - Enable the cpuid-based architecture specific support (x86 component) - Enable CUDA device discovery using libcudart - Enable GL display device discovery (NVCtrl) - Add support for numa memory allocation - Enable the NVML device discovery - Enable PCI device discovery using libpci - Build hwloc components as plugins so that the hwloc core library does not directly depend on their dependencies (for instance the libpci library) - use libxml2 for XML support, instead of a custom minimalistic support - use the X Window System - - - open-mpi/hwloc - + + cluster@gentoo.org + Gentoo Cluster Project + + + 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. + It primarily aims at helping applications with gathering information about modern computing + hardware so as to exploit it accordingly and efficiently. + + + Enable the Cairo back-end of hwloc's lstopo command + Enable the cpuid-based architecture specific support (x86 component) + Enable CUDA device discovery using libcudart + Enable GL display device discovery (NVCtrl) + Add support for numa memory allocation + Enable the NVML device discovery + Enable PCI device discovery using libpci + Build hwloc components as plugins so that the hwloc core library does not directly depend on their dependencies (for instance the libpci library) + use libxml2 for XML support, instead of a custom minimalistic support + use the X Window System + + + open-mpi/hwloc +