aboutsummaryrefslogtreecommitdiff
blob: 3de1bc15223620330b8d7d60fd62f5207d254313 (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
28
29
30
31
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>sci-physics</herd>
<longdescription lang="en">
  ROOT Object Oriented Technologies is an object oriented data
  analysis framework written in C++ by the CERN. Widely used in
  high energy physics, but also in other data analysis applications. It
  contains the CINT C/C++ interpreter and many classes such as
  statistics, serialization, optimization, linear algebra, graphics,
  GUI toolkit, and a complete visualization framework.
</longdescription>
<use>
  <flag name="clarens">
    Buld the Clarens and PEAC plug-ins, to use in a GRID enabled
    analysis.</flag>
  <flag name="fits">Support for images and data from FITS files</flag>
  <flag name="llvm">Build the new cling interactive interpreter based on <pkg>sys-devel/llvm</pkg></flag>
  <flag name="math">Build all math related libraries plugins, needs <pkg>sci-libs/gsl</pkg> </flag>
  <flag name="pythia6">
    Builds the interface to Pythia-6 (<pkg>sci-physics/pythia</pkg>)
    high energy physics generation events library
  </flag>
  <flag name="pythia8">
    Builds the interface to Pythia-8 (<pkg>sci-physics/pythia</pkg>)
    high energy physics generation events library
  </flag>
  <flag name="reflex">Builds the reflection database for the C++ interpretor </flag>
  <flag name="xrootd">Build the xrootd low latency file server</flag>
</use>
</pkgmetadata>