diff options
author | Slawek Lis <slis@gentoo.org> | 2014-07-31 12:26:22 +0000 |
---|---|---|
committer | Slawek Lis <slis@gentoo.org> | 2014-07-31 12:26:22 +0000 |
commit | 7916ee3e9ce22ac9bcfd60913d7c6813c9820366 (patch) | |
tree | 937623d7b2c3edc62c4480c35456464a01ad8ede /sys-cluster/hpx/metadata.xml | |
parent | added hpx package (diff) | |
download | historical-7916ee3e9ce22ac9bcfd60913d7c6813c9820366.tar.gz historical-7916ee3e9ce22ac9bcfd60913d7c6813c9820366.tar.bz2 historical-7916ee3e9ce22ac9bcfd60913d7c6813c9820366.zip |
added hpx package
Package-Manager: portage-2.2.10/cvs/Linux x86_64
Manifest-Sign-Key: 0x55265D89
Diffstat (limited to 'sys-cluster/hpx/metadata.xml')
-rw-r--r-- | sys-cluster/hpx/metadata.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/sys-cluster/hpx/metadata.xml b/sys-cluster/hpx/metadata.xml new file mode 100644 index 000000000000..5d165f4a00ab --- /dev/null +++ b/sys-cluster/hpx/metadata.xml @@ -0,0 +1,24 @@ +<?xml version='1.0' encoding='UTF-8'?> +<!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> + <email>slis@gentoo.org</email> +</maintainer> +<use> + <flag name="jemalloc">Use <pkg>dev-libs/jemalloc</pkg> for memory allocation</flag> + <flag name="perftools">Use <pkg>dev-util/google-perftools</pkg> for + memory allocation</flag> + <flag name="tbb">Use <pkg>dev-cpp/tbb</pkg> for memory + allocation</flag> + <flag name="papi">Use <pkg>dev-libs/papi</pkg> for NaCl</flag> +</use> +</pkgmetadata> |