diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-01-11 15:37:27 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-01-11 15:37:38 +0100 |
commit | b918eb1a1f6e50a4a81d1400416486e2e9fd5ea7 (patch) | |
tree | 9eadd68220a7355802ff112026a8e8816742af6e /sci-libs/ipopt/metadata.xml | |
parent | dev-php/PEAR-XML_RSS: Revbump to fix under PHP 8 (diff) | |
download | gentoo-b918eb1a1f6e50a4a81d1400416486e2e9fd5ea7.tar.gz gentoo-b918eb1a1f6e50a4a81d1400416486e2e9fd5ea7.tar.bz2 gentoo-b918eb1a1f6e50a4a81d1400416486e2e9fd5ea7.zip |
sci-libs/ipopt: add version 3.14.4
Closes: https://bugs.gentoo.org/804130
Bug: https://bugs.gentoo.org/710382
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-libs/ipopt/metadata.xml')
-rw-r--r-- | sci-libs/ipopt/metadata.xml | 26 |
1 files changed, 15 insertions, 11 deletions
diff --git a/sci-libs/ipopt/metadata.xml b/sci-libs/ipopt/metadata.xml index 465f5eae75b3..f5b474167afc 100644 --- a/sci-libs/ipopt/metadata.xml +++ b/sci-libs/ipopt/metadata.xml @@ -2,20 +2,24 @@ <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <maintainer type="project"> - <email>sci@gentoo.org</email> - <name>Gentoo Science Project</name> + <email>sci@gentoo.org</email> + <name>Gentoo Science Project</name> </maintainer> <longdescription lang="en"> - Ipopt is a solver for large-scale nonlinear continuous - optimization. It can be used from modeling environments, such as - AMPL, GAMS, or Matlab, and it is also available as a callable library with - interfaces to C++, C, and Fortran. Ipopt uses an interior point - method, together with a filter linear search procedure. Ipopt is - part of the larger COIN-OR initiative (Computational Infrastructure - for Operations Research). + Ipopt is a solver for large-scale nonlinear continuous + optimization. It can be used from modeling environments, such as + AMPL, GAMS, or Matlab, and it is also available as a callable library with + interfaces to C++, C, and Fortran. Ipopt uses an interior point + method, together with a filter linear search procedure. Ipopt is + part of the larger COIN-OR initiative (Computational Infrastructure + for Operations Research). </longdescription> <use> - <flag name="hsl">hsl</flag> - <flag name="mumps">Enable <pkg>sci-libs/mumps</pkg> support</flag> + <flag name="hsl">hsl</flag> + <flag name="mumps">Enable <pkg>sci-libs/mumps</pkg> support</flag> </use> +<upstream> + <bugs-to>https://github.com/coin-or/Ipopt/issues</bugs-to> + <remote-id type="github">coin-or/Ipopt</remote-id> +</upstream> </pkgmetadata> |