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
|
Source: ptl
Section: libs
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Stephan Lachnit <stephanlachnit@debian.org>
Build-Depends: dpkg-dev (>= 1.22.5),
debhelper-compat (= 13),
cmake,
libtbb-dev,
Rules-Requires-Root: no
Standards-Version: 4.6.1
Homepage: https://github.com/jrmadsen/PTL
Vcs-Browser: https://salsa.debian.org/science-team/ptl
Vcs-Git: https://salsa.debian.org/science-team/ptl.git
Package: libptl2t64
Provides: ${t64:Provides}
Replaces: libptl2
Breaks: libptl2 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends},
Description: parallel tasking library
PTL is a lightweight C++11 multithreading tasking system featuring
a thread-pool, task-groups, and a lock-free task queue.
Package: libptl-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
libptl2t64 (= ${binary:Version}),
libtbb-dev,
Description: parallel tasking library - development files
PTL is a lightweight C++11 multithreading tasking system featuring
a thread-pool, task-groups, and a lock-free task queue.
.
This package contains the development files.
|