diff options
author | Matthias Maier <tamiko@gentoo.org> | 2017-05-26 12:07:41 -0500 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2017-05-26 12:11:41 -0500 |
commit | f66d4f0696a62958f1d78eb60012cd2c44207b06 (patch) | |
tree | 8eb6ebdf375f2f2b82a54aa6cfc1307e47d22eba /sci-libs/p4est/metadata.xml | |
parent | sci-libs/libsc: Initial commit, move from science overlay (diff) | |
download | gentoo-f66d4f0696a62958f1d78eb60012cd2c44207b06.tar.gz gentoo-f66d4f0696a62958f1d78eb60012cd2c44207b06.tar.bz2 gentoo-f66d4f0696a62958f1d78eb60012cd2c44207b06.zip |
sci-libs/p4est: Initial commit, move from science overlay
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'sci-libs/p4est/metadata.xml')
-rw-r--r-- | sci-libs/p4est/metadata.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/sci-libs/p4est/metadata.xml b/sci-libs/p4est/metadata.xml new file mode 100644 index 000000000000..a7e30547b056 --- /dev/null +++ b/sci-libs/p4est/metadata.xml @@ -0,0 +1,25 @@ +<?xml version='1.0' encoding='UTF-8'?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>tamiko@gentoo.org</email> + <name>Matthias Maier</name> + </maintainer> + <maintainer type="project"> + <email>sci@gentoo.org</email> + <name>Gentoo Science Project</name> + </maintainer> + <longdescription lang="en"> +The p4est software library enables the dynamic management of a collection +of adaptive octrees, conveniently called a forest of octrees. p4est is +designed to work in parallel and scale to hundreds of thousands of +processor cores. + </longdescription> + <use> + <flag name="vtk-binary">Enable binary vtk output. If disabled vtk files will be written in ASCII text format.</flag> + <flag name="romio">Build with support for the ROMIO MPI-IO component</flag> + </use> + <upstream> + <remote-id type="github">cburstedde/libsc</remote-id> + </upstream> +</pkgmetadata> |