gpyfft 0.7.1-2 source package in Ubuntu

Changelog

gpyfft (0.7.1-2) unstable; urgency=medium

  * Bug fix: "Removal of the python3-*-dbg packages in sid/bookworm",
    thanks to Matthias Klose (Closes: #994300).

 -- Picca Frédéric-Emmanuel <email address hidden>  Sun, 19 Sep 2021 20:10:58 +0200

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
gpyfft_0.7.1-2.dsc 2.5 KiB fab5e1ecdac5fc0ac8c9397582b1b5dc8c89da0509667248f20651ce43534c1f
gpyfft_0.7.1.orig.tar.gz 24.0 KiB a189d515b808b5a3a48095f8b48d0912e1d5d4b122d8bfe8cfbd4df53ae4a987
gpyfft_0.7.1-2.debian.tar.xz 3.9 KiB c3c7ad68c8454d26ff139a9d79bda267c63b9c0160af8fd6d6a09a90e5542efd

No changes file available.

Binary packages built by this source

python-gpyfft-doc: Wrapper for the OpenCL FFT library clFFT (common documentation)

 This python wrapper is designed to tightly integrate with
 PyOpenCL. It consists of a low-level Cython based wrapper with an
 interface similar to the underlying C library. On top of that it
 offers a high-level interface designed to work on data contained in
 instances of pyopencl.array.Array, a numpy work-alike array class for
 GPU computations. The high-level interface takes some inspiration
 from pyFFTW. For details of the high-level interface see fft.py.
 .
 This is the common documentation package.

python3-gpyfft: Wrapper for the OpenCL FFT library clFFT (Python 3)

 This python wrapper is designed to tightly integrate with
 PyOpenCL. It consists of a low-level Cython based wrapper with an
 interface similar to the underlying C library. On top of that it
 offers a high-level interface designed to work on data contained in
 instances of pyopencl.array.Array, a numpy work-alike array class for
 GPU computations. The high-level interface takes some inspiration
 from pyFFTW. For details of the high-level interface see fft.py.
 .
 This package installs the library for Python 3.

python3-gpyfft-dbgsym: debug symbols for python3-gpyfft