You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-cluster/hpx/metadata.xml

27 lines
1015 B

<?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 type="person">
<email>slis@gentoo.org</email>
</maintainer>
<use>
<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>
<upstream>
<remote-id type="github">STEllAR-GROUP/hpx</remote-id>
</upstream>
</pkgmetadata>