diff options
author | Kurt Kanzenbach <kurt@kmk-computers.de> | 2020-03-26 16:27:10 +0100 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-03-28 16:21:17 +0200 |
commit | a23a67fb6752707517c123c20496381012cc28e3 (patch) | |
tree | 5c611241b922962fe49ca80b99694f20347f2d57 /sys-cluster/hpx/metadata.xml | |
parent | dev-libs/libflatarray: Drop old (diff) | |
download | gentoo-a23a67fb6752707517c123c20496381012cc28e3.tar.gz gentoo-a23a67fb6752707517c123c20496381012cc28e3.tar.bz2 gentoo-a23a67fb6752707517c123c20496381012cc28e3.zip |
sys-cluster/hpx: Add myself as maintainer
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sys-cluster/hpx/metadata.xml')
-rw-r--r-- | sys-cluster/hpx/metadata.xml | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/sys-cluster/hpx/metadata.xml b/sys-cluster/hpx/metadata.xml index af517a2b5293..f23d6af9310e 100644 --- a/sys-cluster/hpx/metadata.xml +++ b/sys-cluster/hpx/metadata.xml @@ -2,15 +2,21 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <longdescription> - HPX (High Performance ParalleX) is a general C++ runtime system - for parallel and distributed applications of any scale. It is the - first freely available, open source, feature-complete, modular, - and performance oriented implementation of the ParalleX execution - model. HPX is targeted at conventional architectures and, - currently, Linux based systems, such as SMP nodes and conventional - clusters. -</longdescription> - <!-- maintainer-needed --> + HPX (High Performance ParalleX) is a general C++ runtime system for parallel + and distributed applications of any scale. It is the first freely available, + open source, feature-complete, modular, and performance oriented + implementation of the ParalleX execution model. HPX is targeted at + conventional architectures and, currently, Linux based systems, such as SMP + nodes and conventional clusters. + </longdescription> + <maintainer type="person"> + <email>kurt@kmk-computers.de</email> + <name>Kurt Kanzenbach</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> <use> <flag name="perftools">Use <pkg>dev-util/google-perftools</pkg> for memory allocation</flag> |