Lightweight C++11 mutilthreading tasking system
https://github.com/jrmadsen/PTL
Parallel Tasking Library (PTL) is a lightweight C++11 multithreading tasking
system featuring thread-pool, task-groups, and lock-free task queue.
- Developed at devel:libraries:c_c++
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/PTL && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
PTL-2.2.0.tar.gz | 0000299198 292 KB | |
PTL-incorrect-pthread-requires-in-pkgconfig.patch | 0000000476 476 Bytes | |
PTL.changes | 0000001920 1.88 KB | |
PTL.spec | 0000002740 2.68 KB |
Revision 2 (latest revision is 5)
Dominique Leuenberger (dimstar_suse)
accepted
request 935306
from
Dirk Mueller (dirkmueller)
(revision 2)
Comments 2
This comment has been deleted
We have to workaround this in tbb, why provides
pkgconfig(tbb32)
on 32-bit archs andpkgconfig(tbb)
on 64-bit ones. Submitted sr#966880 as a possible workaround.