summaryrefslogtreecommitdiff
blob: 39dc216b6fde599e26a5351d5344c81ae4e314a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>sci</herd>
<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>