yp-svipc 0.14-2build4 source package in Ubuntu
Changelog
yp-svipc (0.14-2build4) trusty; urgency=medium * No change rebuild to drop python3.3 compiled extension. -- Dimitri John Ledkov <email address hidden> Tue, 01 Apr 2014 14:46:35 +0100
Upload details
- Uploaded by:
- Dimitri John Ledkov
- Uploaded to:
- Trusty
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any
- Section:
- science
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Trusty | release | universe | science |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
yp-svipc_0.14.orig.tar.gz | 26.0 KiB | 9f879670ecb4df71f1851cd3ac0250fdd2317baeb25e200f924037cc120dd1e3 |
yp-svipc_0.14-2build4.debian.tar.gz | 3.5 KiB | 8aa753e8ed6ac98b5f57640858aa00ee2879d769308d60237c402178ceefd33f |
yp-svipc_0.14-2build4.dsc | 2.2 KiB | fd0693f9fcd4562afd01b98800c3e9edd9248d3b84629a162a2d965bf6add1a5 |
Available diffs
- diff from 0.14-2build3 to 0.14-2build4 (598 bytes)
Binary packages built by this source
- python-svipc: interprocess communication (shared memory...) for Python
This package allows one to access the System V Interprocess
communication mechanisms from within Python:
+ message queues;
+ semaphore sets;
+ shared memory segments.
.
This plug-in serves primarily two use cases:
+ parallel (multiprocess) computing;
+ mixed applications (e.g. python/yorick).
.
A sibling package is available for Yorick: yorick-svipc
- python3-svipc: interprocess communication (shared memory...) for Python 3
This package allows one to access the System V Interprocess
communication mechanisms from within Python 3:
+ message queues;
+ semaphore sets;
+ shared memory segments.
.
This plug-in serves primarily two use cases:
+ parallel (multiprocess) computing;
+ mixed applications (e.g. python/yorick).
.
A sibling package is available for Yorick: yorick-svipc
- yorick-svipc: interprocess communication (shared memory...) for Yorick
This package allows one to access the System V Interprocess
communication mechanisms from within Yorick:
+ message queues;
+ semaphore sets;
+ shared memory segments.
It also exposes related functionality, in particular fork().
.
This plug-in serves primarily two use cases:
+ parallel (multiprocess) computing;
+ mixed applications (eg. yorick/python).
.
Sibling packages are available for Python: python-svipc and
python3-svipc.