blob: ccac555cf279b43242041d901dd269895d8218f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>sci@gentoo.org</email>
<name>Gentoo Science Project</name>
</maintainer>
<longdescription lang="en">
CoinUtils (Coin-or Utilities) is a collection of classes that are
generally useful to COmputational INfrastructure for Operations
Research (COIN-OR) projects. These include vector, matrix, mps
file reading classes.
</longdescription>
<use>
<flag name="glpk">
Enable GNU Linear Programming Kit
<pkg>sci-mathematics/glpk</pkg> support
</flag>
</use>
<origin>srcux</origin>
</pkgmetadata>
|