clfft 2.12.2-3.2 source package in Ubuntu

Changelog

clfft (2.12.2-3.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Build with -fpermissive to workaround FTBFS with gcc 11.
    (Closes: #997197)

 -- Adrian Bunk <email address hidden>  Thu, 06 Jan 2022 14:09:04 +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
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
clfft_2.12.2-3.2.dsc 2.3 KiB 3d1d36dc026bae024a1a2dfa76172fd8e60d65a41654989ac57a36246c85109a
clfft_2.12.2.orig.tar.gz 979.2 KiB a7d98c858196cd08fea4d9d6b91790f875e999827ebec3ee9da16515c6c0bd4f
clfft_2.12.2-3.2.debian.tar.xz 7.9 KiB d05946682b2bebb3655fdf2d334384ce215e0ff2498ec53e15cd7b43144a7f22

Available diffs

No changes file available.

Binary packages built by this source

clfft-client: client program for clFFT

 The clFFT library is an open source OpenCL library implementation of discrete
 Fast Fourier Transforms, which:
 .
   * Provides a fast and accurate platform for calculating discrete FFTs.
   * Works on CPU or GPU backends.
   * Supports in-place or out-of-place transforms.
   * Supports 1D, 2D, and 3D transforms with a batch size that can be greater
     than 1.
   * Supports planar (real and complex components in separate arrays) and
     interleaved (real and complex components as a pair contiguous in memory)
     formats.
   * Supports dimension lengths that can be any mix of powers of 2, 3, and 5.
   * Supports single and double precision floating point formats.
 .
 This package provides the client program.

clfft-client-dbgsym: debug symbols for clfft-client
libclfft-dev: No summary available for libclfft-dev in ubuntu kinetic.

No description available for libclfft-dev in ubuntu kinetic.

libclfft-doc: documentation for clFFT

 The clFFT library is an open source OpenCL library implementation of discrete
 Fast Fourier Transforms, which:
 .
   * Provides a fast and accurate platform for calculating discrete FFTs.
   * Works on CPU or GPU backends.
   * Supports in-place or out-of-place transforms.
   * Supports 1D, 2D, and 3D transforms with a batch size that can be greater
     than 1.
   * Supports planar (real and complex components in separate arrays) and
     interleaved (real and complex components as a pair contiguous in memory)
     formats.
   * Supports dimension lengths that can be any mix of powers of 2, 3, and 5.
   * Supports single and double precision floating point formats.
 .
 This package provides the documentation.

libclfft2: OpenCL FFT library

 The clFFT library is an open source OpenCL library implementation of discrete
 Fast Fourier Transforms, which:
 .
   * Provides a fast and accurate platform for calculating discrete FFTs.
   * Works on CPU or GPU backends.
   * Supports in-place or out-of-place transforms.
   * Supports 1D, 2D, and 3D transforms with a batch size that can be greater
     than 1.
   * Supports planar (real and complex components in separate arrays) and
     interleaved (real and complex components as a pair contiguous in memory)
     formats.
   * Supports dimension lengths that can be any mix of powers of 2, 3, and 5.
   * Supports single and double precision floating point formats.
 .
 This package provides the shared library.

libclfft2-dbgsym: debug symbols for libclfft2