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 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103
|
Source: coinor-ipopt
Section: science
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Pierre Gruet <pgt@debian.org>, Shengqi Chen <harry@debian.org>
Build-Depends: debhelper-compat (= 13),
chrpath,
doxygen-latex <!nodoc>,
gfortran,
ghostscript <!nodoc>,
libamplsolver-dev,
libblas-dev,
liblapack-dev,
libmumps-dev,
mpi-default-dev,
mpi-default-bin,
pkgconf
Standards-Version: 4.7.2
Homepage: https://github.com/coin-or/Ipopt
Vcs-Git: https://salsa.debian.org/science-team/coinor-ipopt.git
Vcs-Browser: https://salsa.debian.org/science-team/coinor-ipopt
Rules-Requires-Root: no
Package: coinor-ipopt
Architecture: any
Depends: coinor-libipopt3 (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends}
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 and ASL solver.
.
This package contains the ipopt / ipopt_sens AMPL solver executables.
Package: coinor-libipopt3
Section: libs
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Conflicts: coinor-libipopt1
Replaces: coinor-libipopt1
Description: Interior-Point Optimizer - shared libraries
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 and ASL solver.
.
This package contains the shared libraries.
Package: coinor-libipopt-dev
Section: libdevel
Architecture: any
Depends: coinor-libipopt3 (= ${binary:Version}),
libblas-dev,
liblapack-dev,
libmumps-dev,
${shlibs:Depends},
${misc:Depends}
Description: Interior-Point Optimizer - header files & examples
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 and ASL solver.
.
This package contains the header & example files for developers.
Package: coinor-libipopt-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Build-Profiles: <!nodoc>
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.
|