diff options
author | Sam James <sam@gentoo.org> | 2023-12-15 06:33:00 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-12-15 06:33:00 +0000 |
commit | 1d88f52306c63cade6b4700a3338a8eb826816f1 (patch) | |
tree | 8d7cd983efb43ce18353b6eb28155a4928de6111 /sys-apps/hwloc | |
parent | sys-apps/hwloc: add github upstream metadata (diff) | |
download | gentoo-1d88f52306c63cade6b4700a3338a8eb826816f1.tar.gz gentoo-1d88f52306c63cade6b4700a3338a8eb826816f1.tar.bz2 gentoo-1d88f52306c63cade6b4700a3338a8eb826816f1.zip |
sys-apps/hwloc: fix metadata indentation
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/hwloc')
-rw-r--r-- | sys-apps/hwloc/metadata.xml | 54 |
1 files 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 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer type="project"> - <email>cluster@gentoo.org</email> - <name>Gentoo Cluster Project</name> -</maintainer> -<longdescription> - 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. -</longdescription> -<use> - <flag name="cairo">Enable the Cairo back-end of hwloc's lstopo command</flag> - <flag name="cpuid">Enable the cpuid-based architecture specific support (x86 component)</flag> - <flag name="cuda">Enable CUDA device discovery using libcudart</flag> - <flag name="gl">Enable GL display device discovery (NVCtrl)</flag> - <flag name="numa">Add support for numa memory allocation</flag> - <flag name="nvml">Enable the NVML device discovery</flag> - <flag name="pci">Enable PCI device discovery using libpci</flag> - <flag name="plugins">Build hwloc components as plugins so that the hwloc core library does not directly depend on their dependencies (for instance the libpci library)</flag> - <flag name="xml">use libxml2 for XML support, instead of a custom minimalistic support</flag> - <flag name="X">use the X Window System</flag> -</use> -<upstream> - <remote-id type="github">open-mpi/hwloc</remote-id> -</upstream> + <maintainer type="project"> + <email>cluster@gentoo.org</email> + <name>Gentoo Cluster Project</name> + </maintainer> + <longdescription> + 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. + </longdescription> + <use> + <flag name="cairo">Enable the Cairo back-end of hwloc's lstopo command</flag> + <flag name="cpuid">Enable the cpuid-based architecture specific support (x86 component)</flag> + <flag name="cuda">Enable CUDA device discovery using libcudart</flag> + <flag name="gl">Enable GL display device discovery (NVCtrl)</flag> + <flag name="numa">Add support for numa memory allocation</flag> + <flag name="nvml">Enable the NVML device discovery</flag> + <flag name="pci">Enable PCI device discovery using libpci</flag> + <flag name="plugins">Build hwloc components as plugins so that the hwloc core library does not directly depend on their dependencies (for instance the libpci library)</flag> + <flag name="xml">use libxml2 for XML support, instead of a custom minimalistic support</flag> + <flag name="X">use the X Window System</flag> + </use> + <upstream> + <remote-id type="github">open-mpi/hwloc</remote-id> + </upstream> </pkgmetadata> |