gentoo/sci-libs/ipopt/metadata.xml
Andrew Udvare c513a4f301
sci-libs/ipopt: add USE +asl to build ipopt binary
This makes the `sci-libs/ipopt` build the `ipopt` binary by default. Currently this is not supported
because there is no ASL library. Using the ThirdParty-ASL repo is necessary to ensure a pkg-config
file is installed to be detected by ipopt configure.

HSL support is removed due to treeclean of sci-libs/coinhsl.

Signed-off-by: Andrew Udvare <audvare@gmail.com>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
2024-10-14 09:19:18 +02:00

26 lines
1020 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<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).
</longdescription>
<use>
<flag name="asl">AMPL Solver Library support and build the 'ipopt' binary</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>