1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87
|
Source: coinor-ipopt
Section: science
Priority: optional
Maintainer: Greg Horn <gregmainland@gmail.com>
Build-Depends: debhelper (>= 5), autotools-dev, gfortran, libblas-dev,
libmumps-seq-dev (>= 4.9.2.dfsg-4),
liblapack-dev, doxygen-latex, ghostscript, chrpath, cdbs
Standards-Version: 3.9.5
Homepage: https://projects.coin-or.org/Ipopt
Vcs-Git: https://github.com/ghorn/debian-coinor-ipopt.git
Vcs-Browser: https://github.com/ghorn/debian-coinor-ipopt.git
Package: coinor-libipopt1v5
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: coinor-libipopt1
Replaces: coinor-libipopt1
Description: Interior-Point Optimizer, for large-scale nonlinear optimization
Ipopt is an open-source 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).
.
The Debian package is compiled against MUMPS (as it is the only one of
the available solvers that is Free Software and included in Debian).
.
This package contains the library.
Package: coinor-libipopt-dev
Section: libdevel
Architecture: any
Depends: coinor-libipopt1v5 (= ${binary:Version}), libmumps-seq-dev, ${shlibs:Depends}, ${misc:Depends}
Description: Interior-Point Optimizer - header files
Ipopt is an open-source 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).
.
The Debian package is compiled against MUMPS (as it is the only one of
the available solvers that is Free Software and included in Debian).
.
This package contains the header files for developers.
Package: coinor-libipopt-doc
Section: doc
Architecture: all
Depends: libjs-jquery, ${misc:Depends}
Description: Interior-Point Optimizer - documentation
Ipopt is an open-source 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).
.
The Debian package is compiled against MUMPS (as it is the only one of
the available solvers that is Free Software and included in Debian).
.
This package contains the documentation.
Package: coinor-libipopt1v5-dbg
Section: debug
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, coinor-libipopt1v5 (= ${binary:Version})
Conflicts: coinor-libipopt1-dbg
Replaces: coinor-libipopt1-dbg
Description: Interior-Point Optimizer - debugging symbols
Ipopt is an open-source 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).
.
The Debian package is compiled against MUMPS (as it is the only one of
the available solvers that is Free Software and included in Debian).
.
This package contains the debugging symbols.
|