pyopencl 2022.1.6-2 source package in Ubuntu

Changelog

pyopencl (2022.1.6-2) unstable; urgency=medium

  * Fix building with pybind 2.10.  (Closes: #1016255)
  * Discard automatic changes to *.egg-info/* to fix building twice in a row.

 -- Andreas Beckmann <email address hidden>  Wed, 03 Aug 2022 07:48:14 +0200

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_2022.1.6-2.dsc 2.7 KiB 52ef5bfd2a7e5d4c9d9363706ec64745ab64e24b508df252fcc4c66a580ad8ac
pyopencl_2022.1.6.orig.tar.gz 444.8 KiB f8887d54e654598f3854472540b2eb228ac56b56a2491b95bdfac8f15be1c943
pyopencl_2022.1.6-2.debian.tar.xz 26.1 KiB eea0753ceb3c6744a79aaf8ea575560ddc0cacbf0e5cb3d066ea70d681e199a8

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: No summary available for python3-pyopencl in ubuntu kinetic.

No description available for python3-pyopencl in ubuntu kinetic.

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