cctools 7.0.22-1ubuntu1 source package in Ubuntu

Changelog

cctools (7.0.22-1ubuntu1) focal; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - Fix build by using -O0

cctools (7.0.22-1) unstable; urgency=medium

  * New upstream release
  * Use dh-sequence-python3 instead of --with python3
  * Standards-Version: 4.5.0
  * Update patch python3.path -> python-paths.patch

 -- Gianfranco Costamagna <email address hidden>  Tue, 17 Mar 2020 18:32:02 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Focal
Original maintainer:
Alastair McKinstry
Architectures:
any all
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe utils

Downloads

File Size SHA-256 Checksum
cctools_7.0.22.orig.tar.xz 9.4 MiB 75434d23fd2b2e5b52cffb180a2609195fb8999154be849b7e06af1b404f2c76
cctools_7.0.22-1ubuntu1.debian.tar.xz 20.2 KiB 14d3464f7b4c0dd2aab3414fc5f8241c2f89769f108109fdd6bbf68c34a72147
cctools_7.0.22-1ubuntu1.dsc 2.4 KiB ca1ec41b7f03941c21608d262c5a342c0e2b3a7964e3981cedc9d6d63a2ed9ac

View changes file

Binary packages built by this source

coop-computing-tools: cooperative computing tools

 This is a collection of software that help users to share resources in a
 complex, heterogeneous, and unreliable computing environment. This includes:
 .
  * Chirp: A personal filesystem and I/O protocol that allows unprivileged users
    to share space securely, efficiently, and conveniently. When combined
    with Parrot, Chirp allows users to create custom wide-area
    distributed filesystems.
  * Parrot: A transparent user-level virtual filesystem that allows any ordinary
    program to be attached to a remote storage device such as an FTP
    server or a Chirp server.
  * Makeflow: A workflow system for parallel and distributed computing that uses
    a language very similar to Make.
  * Work Queue: A system and API for building master-worker style programs that
    scale up to thousands of processors.
  * All Pairs: A computational abstraction for running very large Cartesian
    products.
  * Wavefront: A computational abstraction for running very large dynamic
    programming problems.
  * The Fault Tolerant Shell: A high-level programming language that allows
    users to combine the ease of shell scripting, the power of distributed
    programming, and the precision of compiled languages. Basically,
    parallel programming and exception handling for scripts.

coop-computing-tools-dbgsym: No summary available for coop-computing-tools-dbgsym in ubuntu groovy.

No description available for coop-computing-tools-dbgsym in ubuntu groovy.

coop-computing-tools-dev: No summary available for coop-computing-tools-dev in ubuntu groovy.

No description available for coop-computing-tools-dev in ubuntu groovy.

coop-computing-tools-doc: documentation for coop-computing-tools

 These tools are a collection of software that help users to share resources in
 a complex, heterogeneous, and unreliable computing environment.
 .
 This package provides the documentation (manual and API reference) in HTML
 format.

python3-workqueue: cooperative computing tools work queue Python3 bindings

 CCTools's Work Queue is a system and API for building master-worker style
 programs that scale up to thousands of processors. This package provides
 bindings to access this system from Python3.

python3-workqueue-dbgsym: debug symbols for python3-workqueue