pyopencl 2013.1~git20130613-1 source package in Ubuntu

Changelog

pyopencl (2013.1~git20130613-1) unstable; urgency=low


  * New upstream release.
  * Add *-dbg packages.
  * Remove *-headers package; upstream now ships headers in python directory.
  * Upstream switched to setuptools, update patches to deal with it.
  * Do not call dh_sphinxdoc for architecture dependent builds, build
    documentation in separate step in debian/rules (Closes: #711926)
  * Add README.source describing get-orig-source in debian/rules.
  * Disable package optimisation option as it might clash with hardening
    compile options.
  * Include tests (all files in test/) in documentation package.
  * Fix VCS-* fields to contain canonical URIs.
  * Update Standards-Version to 3.9.4; no changes necessary.

 -- Tomasz Rybak <email address hidden>  Mon, 17 Jun 2013 22:30:57 +0200

Upload details

Uploaded by:
Tomasz Rybak
Uploaded to:
Sid
Original maintainer:
Tomasz Rybak
Architectures:
amd64 i386 all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Saucy: [FULLYBUILT] amd64 [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
pyopencl_2013.1~git20130613-1.dsc 2.5 KiB 370ffdb49f66a728aeab025ce5c9e90be60f8dff622cbc519ff63b163f2cb8d9
pyopencl_2013.1~git20130613.orig.tar.gz 276.4 KiB 7d58684d181201b15eb8829e1fd80d15b791e5ea1506a9d1aa9409ff270a922d
pyopencl_2013.1~git20130613-1.debian.tar.gz 10.5 KiB b4e2858fef4652d68aee619e80e4367d1b9c26261f7c938ec12f611ee606e638

No changes file available.

Binary packages built by this source

python-pyopencl: Python module to access OpenCL parallel computation API

 PyOpenCL lets you access the OpenCL parallel computation API from
 Python. Here's what sets PyOpenCL apart:
  * Object cleanup tied to lifetime of objects. This idiom, often called
    RAII in C++, makes it much easier to write correct, leak- and
    crash-free code.
  * Completeness. PyOpenCL puts the full power of OpenCL’s API at your
    disposal, if you wish.
  * Convenience. While PyOpenCL's primary focus is to make all of OpenCL
    accessible, it tries hard to make your life less complicated as it
    does so--without taking any shortcuts.
  * Automatic Error Checking. All OpenCL errors are automatically
    translated into Python exceptions.
  * Speed. PyOpenCL’s base layer is written in C++, so all the niceties
    above are virtually free.
  * Helpful, complete documentation and a wiki.
  * Liberal licensing (MIT).

python-pyopencl-dbg: No summary available for python-pyopencl-dbg in ubuntu saucy.

No description available for python-pyopencl-dbg in ubuntu saucy.

python-pyopencl-doc: No summary available for python-pyopencl-doc in ubuntu saucy.

No description available for python-pyopencl-doc in ubuntu saucy.

python3-pyopencl: No summary available for python3-pyopencl in ubuntu saucy.

No description available for python3-pyopencl in ubuntu saucy.

python3-pyopencl-dbg: Python 3 module to access OpenCL API (debug extensions)

 PyOpenCL lets you access the OpenCL parallel computation API from
 Python. Here's what sets PyOpenCL apart:
  * Object cleanup tied to lifetime of objects. This idiom, often called
    RAII in C++, makes it much easier to write correct, leak- and
    crash-free code.
  * Completeness. PyOpenCL puts the full power of OpenCL’s API at your
    disposal, if you wish.
  * Convenience. While PyOpenCL's primary focus is to make all of OpenCL
    accessible, it tries hard to make your life less complicated as it
    does so--without taking any shortcuts.
  * Automatic Error Checking. All OpenCL errors are automatically
    translated into Python exceptions.
  * Speed. PyOpenCL’s base layer is written in C++, so all the niceties
    above are virtually free.
  * Helpful, complete documentation and a wiki.
  * Liberal licensing (MIT).
 .
 This package contains extensions build for the Python 3 debug interpreter.