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
|
Source: coinutils
Maintainer: Debian QA Group <packages@qa.debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
gfortran-for-host,
libbz2-dev,
liblapack-dev,
zlib1g-dev,
Build-Depends-Indep: doxygen,
graphviz,
Standards-Version: 4.7.0
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/science-team/coinutils
Vcs-Git: https://salsa.debian.org/science-team/coinutils.git
Homepage: https://github.com/coin-or/CoinUtils
Package: coinor-libcoinutils3v5
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
Conflicts: coinor-libcoinutils3,
libcoinutils3,
Provides: libcoinutils3,
Replaces: coinor-libcoinutils3,
libcoinutils3,
Multi-Arch: same
Description: COIN-OR collection of utility classes (shared libraries)
CoinUtils (COIN-OR Utilities) is a collection of classes and functions
that are generally useful to more than one COIN-OR project. These include
classes for vectors, matrices, mps file reading, and functions for
floating-point comparisons.
.
The Computational Infrastructure for Operations Research (COIN-OR, or simply
COIN) project is an initiative to spur the development of open source software
for the operations research community.
.
This package contains the shared libraries.
Package: coinor-libcoinutils-dev
Architecture: any
Section: libdevel
Depends: coinor-libcoinutils3v5 (= ${binary:Version}),
libbz2-dev,
liblapack-dev,
${misc:Depends},
${shlibs:Depends},
Suggests: coinor-libcoinutils-doc
Conflicts: libcoinutils-dev,
Provides: libcoinutils-dev,
Replaces: libcoinutils-dev,
Multi-Arch: same
Description: COIN-OR collection of utility classes (developer files)
CoinUtils (COIN-OR Utilities) is a collection of classes and functions
that are generally useful to more than one COIN-OR project. These include
classes for vectors, matrices, mps file reading, and functions for
floating-point comparisons.
.
The Computational Infrastructure for Operations Research (COIN-OR, or simply
COIN) project is an initiative to spur the development of open source software
for the operations research community.
.
This package contains header files and static libraries.
Package: coinor-libcoinutils-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
Recommends: coinor-libcoinutils-dev,
Conflicts: libcoinutils-doc,
Provides: libcoinutils-doc,
Replaces: libcoinutils-doc,
Multi-Arch: foreign
Description: COIN-OR collection of utility classes (documentation)
CoinUtils (COIN-OR Utilities) is a collection of classes and functions
that are generally useful to more than one COIN-OR project. These include
classes for vectors, matrices, mps file reading, and functions for
floating-point comparisons.
.
The Computational Infrastructure for Operations Research (COIN-OR, or simply
COIN) project is an initiative to spur the development of open source software
for the operations research community.
.
This package contains the documentation.
|