How to Install and Uninstall libclfft-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 13,2024

1. Install "libclfft-dev" package

Please follow the instructions below to install libclfft-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libclfft-dev

2. Uninstall "libclfft-dev" package

Please follow the guidance below to uninstall libclfft-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libclfft-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libclfft-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libclfft-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 95
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Maintainers
Architecture: amd64
Source: clfft
Version: 2.10.2-1
Depends: libclfft2 (= 2.10.2-1), ocl-icd-opencl-dev | opencl-dev
Suggests: libclfft-doc
Filename: pool/universe/c/clfft/libclfft-dev_2.10.2-1_amd64.deb
Size: 14270
MD5sum: 5033aacad62edbcbf3390737628fa94f
SHA1: 9e833cf6e767e3248ee6072411e5fa668930ef77
SHA256: a3f3f889f9742b1f8ac243a683522cbfe2e2b208416a2c4877b8e40662389335
Description-en: OpenCL FFT library (development files)
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 clFFT development files.
Description-md5: 7a373b5f6acf73b72bfc5b708b047618
Homepage: https://github.com/clMathLibraries/clFFT
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu