diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2020-05-06 18:17:39 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2020-05-08 08:20:33 -0400 |
commit | 138d995d6ed4fa4ea551b1e3969e04f34f0ffc2d (patch) | |
tree | 80d880b86b8f477c7f5607983826a6088b5fc391 /sci-libs/coinor-osi | |
parent | sci-libs/coinor-utils: new EAPI=7 version 2.11.4. (diff) | |
download | gentoo-138d995d6ed4fa4ea551b1e3969e04f34f0ffc2d.tar.gz gentoo-138d995d6ed4fa4ea551b1e3969e04f34f0ffc2d.tar.bz2 gentoo-138d995d6ed4fa4ea551b1e3969e04f34f0ffc2d.zip |
sci-libs/coinor-osi: 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/coinor-osi')
-rw-r--r-- | sci-libs/coinor-osi/metadata.xml | 33 |
1 files changed, 19 insertions, 14 deletions
diff --git a/sci-libs/coinor-osi/metadata.xml b/sci-libs/coinor-osi/metadata.xml index 17b9b82ecf17..db78d0913067 100644 --- a/sci-libs/coinor-osi/metadata.xml +++ b/sci-libs/coinor-osi/metadata.xml @@ -1,18 +1,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"> - The COIN-OR Open Solver Interface is a uniform API for interacting with - callable solver libraries. It supports linear programming solvers as - well as the ability to "finish off" a mixed-integer problem calling the - solver library's MIP solver. -</longdescription> -<use> - <flag name="glpk">Enable GNU Linear Programming Kit - <pkg>sci-mathematics/glpk</pkg> support</flag> -</use> + <maintainer type="project"> + <email>sci@gentoo.org</email> + <name>Gentoo Science Project</name> + </maintainer> + <longdescription lang="en"> + The COIN-OR Open Solver Interface is a uniform API for interacting + with callable solver libraries. It supports linear programming + solvers as well as the ability to "finish off" a mixed-integer + problem calling the solver library's MIP solver. + </longdescription> + <use> + <flag name="glpk"> + Enable GNU Linear Programming Kit + <pkg>sci-mathematics/glpk</pkg> support + </flag> + </use> + <upstream> + <remote-id type="github">coin-or/Osi</remote-id> + </upstream> </pkgmetadata> |