summaryrefslogtreecommitdiff
path: root/sys-apps/hwloc
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-12-15 08:46:53 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-12-15 08:46:53 +0000
commit17e82681588151572e451b0daf68fd568531d3e4 (patch)
treee45eeba1fd9dd2d998d6d00e05f5f70a1dc8da15 /sys-apps/hwloc
parent0ceac43bb67585fd9e439df53b32259ce1ae099e (diff)
gentoo auto-resync : 15:12:2023 - 08:46:53
Diffstat (limited to 'sys-apps/hwloc')
-rw-r--r--sys-apps/hwloc/Manifest2
-rw-r--r--sys-apps/hwloc/metadata.xml51
2 files changed, 28 insertions, 25 deletions
diff --git a/sys-apps/hwloc/Manifest b/sys-apps/hwloc/Manifest
index 51f6d4254610..fb7876c658af 100644
--- a/sys-apps/hwloc/Manifest
+++ b/sys-apps/hwloc/Manifest
@@ -14,4 +14,4 @@ EBUILD hwloc-2.9.0.ebuild 3354 BLAKE2B 4b49483208e41198a89369aa924e1b337137b232b
EBUILD hwloc-2.9.1.ebuild 3550 BLAKE2B c1d5e9e099ede1c378cb822bb23f94eede96f4358cf5735348d66f447bc12c53c1507fe60ad78a136cfdec26253d7cedf2cca97c74f9c82c7e3057dc4534e6cb SHA512 ba17df051c6f108ecc32be9644f74ba2a3b3ed531995f67c1163252344be057606552cf3bb31839819ec017d41a56c12211576fa1d62c1b8d8c861ccbcc35f62
EBUILD hwloc-2.9.2.ebuild 3501 BLAKE2B fec2022f2689ce8909d196dce60dc464a9b65ebf673a2312e92467a94dc3a0f0f28eab3290b9f9b555118465c977ee9f1f489c88c3f9fb4f57a0cc38b124d90a SHA512 859690f1aaa5d9a6a3ac148c08214fac7ed5636ff993e2e689ab0cf4343e41701101eb24c5dbc2b31e1fa444a64eeb335a56cc26a221c4453899a900bb035d5a
EBUILD hwloc-2.9.3.ebuild 3508 BLAKE2B 3846fbcd434fccc74d4c9d3f7507dc5fec78d7aa8dd2f58aadcd10d9ceec12cb1b6d6d0f77e860580dc0214a0ae9a6ae463c05154d9e2a7d20afd55b3391927d SHA512 79f2b669dcda81db4fd42a355da67cf2c91c9f342f755009477791db6368a20b220e99a480327e22266b46a02dafd5aef3dc7891d8e37363c7eec30d5cc49ba2
-MISC metadata.xml 1661 BLAKE2B 11ace24114c7763a173d3175338aef1ade993df5e30df405eb4b94d9942ff712026f43bf19bb956cfbe6ea27b52af5746c64efbb0b752baf381ffc2eb5d58029 SHA512 a2a16701d2429b24a5d9dc4a6cff6a3d1a88e9d8e67d6d98a54915dc04c2db7b5ed1f23c798a2e4af9c1bf702529a165ca5f0ed046dc051c0aeb120c119ac6e5
+MISC metadata.xml 1740 BLAKE2B 726a8e6319d8aa6d409fcca4cfd4c4f1009c02a7ef8f045d46bd89ed1714bfa7a5137520d6e8f12a0d174b41b4e4ca14da3bd2beb41f5d1a51b11418e3e3ba7a SHA512 4ce31388d80c46a19174315bfdd1026dfd5020f74f153ae139aaa4aecd8646e4407cc3dc5629a994455344d70f5e1fe1542497df791a82fa283b21f9b7d98992
diff --git a/sys-apps/hwloc/metadata.xml b/sys-apps/hwloc/metadata.xml
index 9b7c01dfe158..083b6957c7ac 100644
--- a/sys-apps/hwloc/metadata.xml
+++ b/sys-apps/hwloc/metadata.xml
@@ -1,28 +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>
+ <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>