summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2020-05-06 18:56:17 -0400
committerMichael Orlitzky <mjo@gentoo.org>2020-05-08 08:20:34 -0400
commitbe3d420f3eb198266b7eda1129c91d5fd668a1b4 (patch)
tree8bf65b9cd8199ee5dc81a4f4ecf1beb875a1c95c /sci-libs
parentsci-libs/coinor-osi: new EAPI=7 version 0.108.6. (diff)
downloadgentoo-be3d420f3eb198266b7eda1129c91d5fd668a1b4.tar.gz
gentoo-be3d420f3eb198266b7eda1129c91d5fd668a1b4.tar.bz2
gentoo-be3d420f3eb198266b7eda1129c91d5fd668a1b4.zip
sci-libs/coinor-clp: add an "<upstream>" tag to metadata.xml.
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/coinor-clp/metadata.xml45
1 files changed, 26 insertions, 19 deletions
diff --git a/sci-libs/coinor-clp/metadata.xml b/sci-libs/coinor-clp/metadata.xml
index 49d8540dde00..00d23848636c 100644
--- a/sci-libs/coinor-clp/metadata.xml
+++ b/sci-libs/coinor-clp/metadata.xml
@@ -1,23 +1,30 @@
<?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>
+ <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>
+ <upstream>
+ <remote-id type="github">coin-or/Clp</remote-id>
+ </upstream>
</pkgmetadata>