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
|
Source: pagmo
Section: science
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Julien Schueller <schueller@phimeca.com>,
Pierre Gruet <pgt@debian.org>
Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
cmake,
libeigen3-dev,
libboost-serialization-dev,
libboost-test-dev <!nocheck>,
libtbb-dev
Standards-Version: 4.7.0
Homepage: https://github.com/esa/pagmo2
Vcs-Browser: https://salsa.debian.org/science-team/pagmo
Vcs-Git: https://salsa.debian.org/science-team/pagmo.git
Rules-Requires-Root: no
Package: libpagmo9t64
Provides: ${t64:Provides}
Replaces: libpagmo9
Breaks: libpagmo9 (<< ${source:Version})
Section: libs
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Multi-Arch: same
Description: library for massively parallel optimisation (shared library)
pagmo is a C++ scientific library built around the idea of providing an
unified interface to optimization algorithms and to optimization
problems and to make their deployment in massively parallel environments easy.
.
This package contains the shared library.
Package: libpagmo-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends},
libpagmo9t64 (= ${binary:Version}),
libeigen3-dev,
libboost-serialization-dev,
libtbb-dev
Multi-Arch: same
Description: library for massively parallel optimisation (development files)
pagmo is a C++ scientific library built around the idea of providing an
unified interface to optimization algorithms and to optimization
problems and to make their deployment in massively parallel environments easy.
.
This package contains the headers and the static library.
|