mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-25 08:28:12 +02:00
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/36164 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
23 lines
856 B
XML
23 lines
856 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>sci@gentoo.org</email>
|
|
<name>Gentoo Science Project</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
h5utils is a set of utilities for visualization and conversion of
|
|
scientific data in the free, portable HDF5 format.
|
|
Besides providing a simple tool for batch visualization as PNG images,
|
|
h5utils also includes programs to convert HDF5 datasets into the
|
|
formats required by other free visualization software (e.g. plain
|
|
text, Vis5d, and VTK).
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">NanoComp/h5utils</remote-id>
|
|
</upstream>
|
|
<use>
|
|
<flag name="octave">Build Octave plugins</flag>
|
|
<flag name="hdf">Build hdf to hdf5 (and vice-versa) converter</flag>
|
|
</use>
|
|
</pkgmetadata>
|