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
|
Source: cppad
Section: devel
Priority: optional
Maintainer: Debian Science Team <debian-science-maintainers@alioth-lists.debian.net>
Uploaders: Miles Lubin <miles.lubin@gmail.com>,
Barak A. Pearlmutter <bap@debian.org>
Build-Depends: debhelper-compat (= 13), cmake, libboost-all-dev
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: https://projects.coin-or.org/CppAD/
Vcs-Git: https://salsa.debian.org/science-team/cppad.git
Vcs-Browser: https://salsa.debian.org/science-team/cppad
Package: libcppad-lib340.3
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: cppad (<< 2020.00.00.0)
Description: Automatic Differentiation of C++ algorithms, shared library
CppAD is a package for automatic differentiation (AD) of algorithms
written in C++. Given appropriately written C++ code that computes a
function, CppAD augments it to also compute derivative values. The
system uses templates, supports forward and reverse accumulation
modes, and allows nested derivatives.
.
This package contains runtime support, including shared libraries.
Package: libcppad-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}, libcppad-lib340.3 (= ${binary:Version})
Conflicts: cppad (<< 2020.00.00.0)
Description: Automatic Differentiation of C++ algorithms, dev files
CppAD is a package for automatic differentiation (AD) of algorithms
written in C++. Given appropriately written C++ code that computes a
function, CppAD augments it to also compute derivative values. The
system uses templates, supports forward and reverse accumulation
modes, and allows nested derivatives.
.
This package contains development file: C++ headers and development
libraries.
Package: libcppad-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Conflicts: cppad (<< 2020.00.00.0)
Description: Automatic Differentiation of C++ algorithms, documentation
CppAD is a package for automatic differentiation (AD) of algorithms
written in C++. Given appropriately written C++ code that computes a
function, CppAD augments it to also compute derivative values. The
system uses templates, supports forward and reverse accumulation
modes, and allows nested derivatives.
.
This package contains documentation.
Package: cppad
Architecture: all
Depends: libcppad-dev, ${misc:Depends}
Description: Automatic Differentiation of C++ algorithms, dummy package
CppAD is a package for automatic differentiation (AD) of algorithms
written in C++. Given appropriately written C++ code that computes a
function, CppAD augments it to also compute derivative values. The
system uses templates, supports forward and reverse accumulation
modes, and allows nested derivatives.
.
This transition package helps with the move to libcppad-dev.
|