summaryrefslogtreecommitdiff
blob: 12a668d82eb1eb3ce7185ea667ed70b345a05cd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="project">
    <email>sci@gentoo.org</email>
    <name>Gentoo Science Project</name>
  </maintainer>
  <longdescription lang="en">
  O2scl is a C++ class library for object-oriented numerical
  programming. It includes classes based on numerical routines from
  GSL and CERNLIB and two sub-libraries: thermodynamics of ideal and
  nearly-ideal particles with quantum statistics and e quations of
  state for finite density relevant for neutron stars.
  </longdescription>
  <use>
    <flag name="armadillo">Build matrix manipulation with <pkg>sci-libs/armadillo</pkg></flag>    
    <flag name="eigen">Build matrix manipulation with <pkg>dev-cpp/eigen</pkg></flag>
  </use>
  <upstream>
    <remote-id type="github">awsteiner/o2scl</remote-id>
  </upstream>
</pkgmetadata>