boost-mpi-source1.58 1.58.0+dfsg-3.1ubuntu1 source package in Ubuntu

Changelog

boost-mpi-source1.58 (1.58.0+dfsg-3.1ubuntu1) wily; urgency=medium

  * Just build MPI.

boost1.58 (1.58.0+dfsg-3.1ubuntu1) wily; urgency=medium

  * Merge with Debian; remaining changes:
    - Build the MPI packages from separate sources.

boost1.58 (1.58.0+dfsg-3.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix FTBFS of ompl against boost1.58 by gcc5. (Closes: #797281)

boost1.58 (1.58.0+dfsg-3) unstable; urgency=medium

  * Upload to unstable.

boost1.58 (1.58.0+dfsg-2) experimental; urgency=medium

  [ Dimitri John Ledkov ]
  * Cherry-pick upstream patch to fix FTBFS on sparc.

  [ Matthias Klose ]
  * boost-context-use-sysv-not-aapcs.patch: Fix build on AArch64 (Ed Nevill).

boost1.58 (1.58.0+dfsg-1) experimental; urgency=medium

  [ Matthias Klose ]
  * New upstream release.
  * d/p/hurd-clock-gettime.patch: Remove, applied upstream.
  * Update d/documentation-files.
  * Don't call the compiler with -m{32,64} explicitly.
  * Build using ICU 55.1

  [ Dimitri John Ledkov ]
  * Include 1.58 known issues patches.

 -- Matthias Klose <email address hidden>  Wed, 14 Oct 2015 14:00:39 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Wily
Original maintainer:
Debian Boost Team
Architectures:
any all
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
boost-mpi-source1.58_1.58.0+dfsg.orig.tar.gz 78.9 MiB 964372735158eabb748db740649e0310213cd9c1b742175fa0062f5e350e4c28
boost-mpi-source1.58_1.58.0+dfsg-3.1ubuntu1.debian.tar.xz 108.3 KiB 3d5c27e74a8a201cb99e3610ef7e1ed6a189ee4c4553a803c6b7a8465f418c77
boost-mpi-source1.58_1.58.0+dfsg-3.1ubuntu1.dsc 6.5 KiB e41ab726a6bcc2c5c4de213100b45be344fcf6d527699ec5d70c3998d17b3c2d

View changes file

Binary packages built by this source

libboost-graph-parallel1.58-dev: No summary available for libboost-graph-parallel1.58-dev in ubuntu wily.

No description available for libboost-graph-parallel1.58-dev in ubuntu wily.

libboost-graph-parallel1.58-dev-dbgsym: No summary available for libboost-graph-parallel1.58-dev-dbgsym in ubuntu wily.

No description available for libboost-graph-parallel1.58-dev-dbgsym in ubuntu wily.

libboost-graph-parallel1.58.0: generic graph components and algorithms in C++

 This package forms part of the Boost C++ Libraries collection.
 .
 The Parallel Boost Graph Library is an extension to the Boost Graph Library
 (BGL) for parallel and distributed computing. It offers distributed graphs
 and graph algorithms to exploit coarse-grained parallelism along with
 parallel algorithms that exploit fine-grained parallelism, while retaining
 the same interfaces as the (sequential) BGL. Code written using the sequential
 BGL should be easy to parallelize with the parallel BGL.

libboost-graph-parallel1.58.0-dbgsym: No summary available for libboost-graph-parallel1.58.0-dbgsym in ubuntu wily.

No description available for libboost-graph-parallel1.58.0-dbgsym in ubuntu wily.

libboost-mpi-python1.58-dev: No summary available for libboost-mpi-python1.58-dev in ubuntu wily.

No description available for libboost-mpi-python1.58-dev in ubuntu wily.

libboost-mpi-python1.58-dev-dbgsym: debug symbols for package libboost-mpi-python1.58-dev

 This package forms part of the Boost C++ Libraries collection.
 .
 The Boost.MPI library provides a C++ interface to MPI that
 supports modern C++ development styles, including complete support for
 user-defined data types and C++ Standard Library types, arbitrary function
 objects for collective algorithms, and the use of modern C++ library
 techniques to maintain maximal efficiency.
 .
 This package provides Python Bindings to the C++ interface.

libboost-mpi-python1.58.0: No summary available for libboost-mpi-python1.58.0 in ubuntu wily.

No description available for libboost-mpi-python1.58.0 in ubuntu wily.

libboost-mpi-python1.58.0-dbgsym: debug symbols for package libboost-mpi-python1.58.0

 This package forms part of the Boost C++ Libraries collection.
 .
 The Boost.MPI library provides a C++ interface to MPI that
 supports modern C++ development styles, including complete support for
 user-defined data types and C++ Standard Library types, arbitrary function
 objects for collective algorithms, and the use of modern C++ library
 techniques to maintain maximal efficiency.
 .
 This package provides Python Bindings to the C++ interface.
 .
 One of the python interpreter packages is required to use the bindings.

libboost-mpi1.58-dev: No summary available for libboost-mpi1.58-dev in ubuntu wily.

No description available for libboost-mpi1.58-dev in ubuntu wily.

libboost-mpi1.58-dev-dbgsym: No summary available for libboost-mpi1.58-dev-dbgsym in ubuntu wily.

No description available for libboost-mpi1.58-dev-dbgsym in ubuntu wily.

libboost-mpi1.58.0: No summary available for libboost-mpi1.58.0 in ubuntu wily.

No description available for libboost-mpi1.58.0 in ubuntu wily.

libboost-mpi1.58.0-dbgsym: No summary available for libboost-mpi1.58.0-dbgsym in ubuntu wily.

No description available for libboost-mpi1.58.0-dbgsym in ubuntu wily.

libboost1.58-all-dev: Boost C++ Libraries development files (ALL)

 The Boost web site provides free, peer-reviewed, portable C++ source
 libraries. The emphasis is on libraries which work well with the C++
 Standard Library. One goal is to establish "existing practice" and
 provide reference implementations so that the Boost libraries are
 suitable for eventual standardization. Some of the libraries have
 already been proposed for inclusion in the C++ Standards Committee's
 upcoming C++ Standard Library Technical Report.
 .
 This metapackage provides the complete Boost development environment,
 including all separately-packaged libraries.

libboost1.58-all-dev-dbgsym: debug symbols for package libboost1.58-all-dev

 The Boost web site provides free, peer-reviewed, portable C++ source
 libraries. The emphasis is on libraries which work well with the C++
 Standard Library. One goal is to establish "existing practice" and
 provide reference implementations so that the Boost libraries are
 suitable for eventual standardization. Some of the libraries have
 already been proposed for inclusion in the C++ Standards Committee's
 upcoming C++ Standard Library Technical Report.
 .
 This metapackage provides the complete Boost development environment,
 including all separately-packaged libraries.