boost-defaults 1.48.0.2 source package in Ubuntu

Changelog

boost-defaults (1.48.0.2) unstable; urgency=low

  * Revert to 1.46.1 until some build issues are worked out.  See
    http://lists.debian.org/debian-release/2011/12/msg00263.html.

boost-defaults (1.48.0.1) unstable; urgency=low

  * Set default Boost to 1.48.0.

  * control.in: make libboost-dev suggest libboost-doc.  Closes: #625684.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  03 Jan 2012 02:31:51 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Debian Boost Team
Architectures:
any all
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release main libs

Downloads

File Size SHA-256 Checksum
boost-defaults_1.48.0.2.tar.gz 5.6 KiB 3921606a86408d35443385ea441b646c197b7298a4b2e89542768aea2f0ef912
boost-defaults_1.48.0.2.dsc 2.4 KiB 2823fedd4bc45281028f1deb91514c11c9bd817cecf8f3a40041462c29875763

Available diffs

View changes file

Binary packages built by this source

libboost-all-dev: No summary available for libboost-all-dev in ubuntu quantal.

No description available for libboost-all-dev in ubuntu quantal.

libboost-date-time-dev: No summary available for libboost-date-time-dev in ubuntu quantal.

No description available for libboost-date-time-dev in ubuntu quantal.

libboost-dbg: Boost C++ Libraries with debug symbols

 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.
 .
 These libraries are built with debug symbols. They are useful to debug
 programs which use Boost. These must be used also at build/link time.
 .
 This package is a dependency package, which depends on Debian's default
 Boost version (currently 1.46).

libboost-dev: Boost C++ Libraries development files (default version)

 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 package is a dependency package, which depends on Debian's default
 Boost version (currently 1.46).

libboost-doc: No summary available for libboost-doc in ubuntu quantal.

No description available for libboost-doc in ubuntu quantal.

libboost-filesystem-dev: filesystem operations in C++ (default version)

 This package forms part of the Boost C++ Libraries collection.
 .
 The Boost Filesystem Library provides portable facilities to query and
 manipulate paths, files, and directories. The goal is to
 facilitate portable script-like operations from within C++ programs.
 .
 This package is a dependency package, which depends on Debian's default
 Boost version (currently 1.46).

libboost-graph-dev: generic graph components and algorithms in C++ (default version)

 This package forms part of the Boost C++ Libraries collection.
 .
 Graphs are mathematical abstractions that are useful for solving
 many types of problems in computer science. Consequently, these
 abstractions must also be represented in computer programs. A
 standardized generic interface for traversing graphs is of utmost
 importance to encourage reuse of graph algorithms and data structures.
 .
 This package is a dependency package, which depends on Debian's default
 Boost version (currently 1.46).

libboost-graph-parallel-dev: No summary available for libboost-graph-parallel-dev in ubuntu quantal.

No description available for libboost-graph-parallel-dev in ubuntu quantal.

libboost-iostreams-dev: No summary available for libboost-iostreams-dev in ubuntu quantal.

No description available for libboost-iostreams-dev in ubuntu quantal.

libboost-math-dev: Boost.Math Library development files (default version)

 This package forms part of the Boost C++ Libraries collection.
 .
 This library is divided into three interconnected parts:
  * Statistical Distributions: Provides a reasonably comprehensive set of
    statistical distributions, upon which higher level statistical tests
    can be built.
  * Mathematical Special Functions: Provides a small number of high quality
    special functions, initially these were concentrated on functions used in
    statistical applications along with those in the Technical Report on
    C++ Library Extensions.
  * Implementation Toolkit: Provides many of the tools required to implement
    mathematical special functions.
 .
 This package is a dependency package, which depends on Debian's default
 Boost version (currently 1.46).

libboost-mpi-dev: C++ interface to the Message Passing Interface (MPI) (default version)

 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 is a dependency package, which depends on Debian's default
 Boost version (currently 1.46).

libboost-mpi-python-dev: Python interface to the Message Passing Interface (MPI) (default version)

 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.
 .
 This package is a dependency package, which depends on Debian's default
 Boost version (currently 1.46).

libboost-program-options-dev: No summary available for libboost-program-options-dev in ubuntu quantal.

No description available for libboost-program-options-dev in ubuntu quantal.

libboost-python-dev: Boost.Python Library development files (default version)

 This package forms part of the Boost C++ Libraries collection.
 .
 The Boost Python Library is used to quickly and easily export a C++
 library to Python such that the Python interface is very similar to
 the C++ interface. It is designed to be minimally intrusive on your
 C++ design. In most cases, you should not have to alter your C++
 classes in any way in order to use them with Boost.Python. The
 system should simply "reflect" your C++ classes and functions into
 Python. The major features of Boost.Python include support for:
 Subclassing extension types in Python, Overriding virtual functions
 in Python, Member function Overloading, Automatic wrapping of
 numeric operators among others.
 .
 This package also contains the pyste Boost.Python code generator that
 allows the user to specify classes and functions to be exported using
 a simple interface file, which following the Boost.Python's
 philosophy, is simple Python code.
 .
 This package allows development of a Python interface for all current
 versions of Python in Debian. Code using this library will need also
 one of the Python development packages.
 .
 This package is a dependency package, which depends on Debian's default
 Boost version (currently 1.46).

libboost-random-dev: Boost Random Number Library (default version)

 This package forms part of the Boost C++ Libraries collection.
 .
 The Boost Random Number Library (Boost.Random for short) provides a
 variety of generators and distributions to produce random numbers
 having useful properties, such as uniform distribution.
 .
 This package is a dependency package, which depends on Debian's default
 Boost version (currently 1.46).

libboost-regex-dev: No summary available for libboost-regex-dev in ubuntu quantal.

No description available for libboost-regex-dev in ubuntu quantal.

libboost-serialization-dev: serialization library for C++ (default version)

 This package forms part of the Boost C++ Libraries collection,
 containing the following functionalities:
 .
  * proper restoration of pointers to shared data
  * serialization of STL containers and other commonly used templates
  * data portability - streams of bytes created on one platform should
    be readable on any other
  * archive interface must be rich enough to permit the creation of an
    archive that presents serialized data as XML in a useful manner
 .
 Here, "serialization" means the reversible deconstruction of an
 arbitrary set of C++ data structures to a sequence of bytes.
 archive: to refer to a specific rendering of this stream of bytes.
 .
 This package is a dependency package, which depends on Debian's default
 Boost version (currently 1.46).

libboost-signals-dev: managed signals and slots library for C++ (default version)

 This package forms part of the Boost C++ Libraries collection.
 .
 Signals represent callbacks with multiple targets, and are also
 called publishers or events in similar systems. Signals are connected
 to some set of slots, which are callback receivers (also called event
 targets or subscribers), which are called when the signal is
 "emitted."
 .
 This package is a dependency package, which depends on Debian's default
 Boost version (currently 1.46).

libboost-system-dev: No summary available for libboost-system-dev in ubuntu quantal.

No description available for libboost-system-dev in ubuntu quantal.

libboost-test-dev: No summary available for libboost-test-dev in ubuntu quantal.

No description available for libboost-test-dev in ubuntu quantal.

libboost-thread-dev: No summary available for libboost-thread-dev in ubuntu quantal.

No description available for libboost-thread-dev in ubuntu quantal.

libboost-wave-dev: No summary available for libboost-wave-dev in ubuntu quantal.

No description available for libboost-wave-dev in ubuntu quantal.