blob: c4c70e12f001f58160fa7f0abfb366fe8646c501 (
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
27
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>apn-pucky@gentoo.org</email>
<name>Alexander Puck Neuwirth</name>
</maintainer>
<maintainer type="project">
<email>sci-physics@gentoo.org</email>
<name>Gentoo Physics Project</name>
</maintainer>
<longdescription>
Yet more Objects for Data Analysis is a small set of data analysis
(specifically histogramming) classes being developed by MCnet
members as a lightweight common system for MC event generator
validation analyses, particularly as the core histogramming system
in Rivet.
</longdescription>
<use>
<flag name="root">Adds support for <pkg>sci-physics/root</pkg></flag>
<flag name="highfive">Build with <pkg>sci-libs/highfive</pkg> and <pkg>sci-libs/hdf5</pkg></flag>
<flag name="eigen">Build with <pkg>dev-cpp/eigen</pkg></flag>
</use>
<upstream>
<remote-id type="gitlab">hepcedar/yoda</remote-id>
</upstream>
</pkgmetadata>
|