summaryrefslogtreecommitdiff
blob: 49d8540dde00ce611d0ab3484c941cf758db42e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?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">
  Clp (Coin-or linear programming) is an open-source linear
  programming solver written in C++. It is primarily meant to be used
  as a callable library, but a basic, stand-alone executable version
  is also available. It is designed to find solutions of constrained
  linear mathematical optimization problems.
</longdescription>
<use>
  <flag name="glpk">Enable GNU Linear Programming Kit
  <pkg>sci-mathematics/glpk</pkg> support</flag>
  <flag name="metis">Enable partitioning with
  <pkg>sci-libs/metis</pkg></flag>
  <flag name="mumps">Enable <pkg>sci-libs/mumps</pkg> support</flag>
  <flag name="sparse">Enable support for sparse matrix with <pkg>sci-libs/cholmod</pkg></flag>
</use>
</pkgmetadata>