blob: cd24b1f11fbb4053f75c77cc8c9bc4a671dca926 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>c.kerr@embl-hamburg.de</email>
<name>Chris Kerr</name>
<description>I occasionally submit patches to NeXus</description>
</maintainer>
<maintainer>
<email>sci@gentoo.org</email>
<name>Gentoo Science Project</name>
</maintainer>
<longdescription>Libraries and tools for the NeXus data format, developed
collaboratively by scientists from major scientific facilities to facilitate
analysis and visualisation of neutron, x-ray and muon data.
NeXus is based on HDF5.</longdescription>
<use>
<flag name="xml">Allow using the verbose XML representation of NeXus data</flag>
<flag name="hdf4">Support the old HDF4 representation</flag>
<flag name="hdf5">Support the standard representation (HDF5)</flag>
<flag name="doc">Generate library documentation with <pkg>app-doc/doxygen</pkg></flag>
<flag name="fortran">Build the Fortran bindings</flag>
<flag name="java">Build the Java bindings</flag>
<flag name="utils">Build optional utility applications</flag>
</use>
</pkgmetadata>
|