pyopencl 2021.2.13-1 source package in Ubuntu

Changelog

pyopencl (2021.2.13-1) unstable; urgency=medium

  * New upstream release.
  * Support the nocheck build profile with reduced build dependencies.
  * Add alternate (Build-)Depends: mesa-opencl-icd to allow building on all
    architectures even if we can't run the tests.  (Closes: #1001545)

 -- Andreas Beckmann <email address hidden>  Thu, 10 Feb 2022 08:50:00 +0100

Upload details

Uploaded by:
Debian OpenCL Maintainers
Uploaded to:
Sid
Original maintainer:
Debian OpenCL Maintainers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
pyopencl_2021.2.13-1.dsc 2.7 KiB b18718ca281c43a253f0e227f332bbcce7ed289c857efe0963fd48a6456cf5fc
pyopencl_2021.2.13.orig.tar.gz 441.8 KiB 8b969c3a9d4153adc6b0915301ffdf626a3784b869a964645de100ae60de7b06
pyopencl_2021.2.13-1.debian.tar.xz 25.6 KiB 2429f96245dfa872e7ab44c78bc154c32e19cac0697d975f10c0a88dc343a05c

Available diffs

No changes file available.

Binary packages built by this source

python-pyopencl-doc: module to access OpenCL parallel computation API (documentation)

 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 HTML documentation and example scripts.

python3-pyopencl: Python 3 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).
 .
 This package contains Python 3 modules.

python3-pyopencl-dbgsym: debug symbols for python3-pyopencl