How to Install and Uninstall libclFFT2 Package on openSUSE Leap

Last updated: May 18,2024

1. Install "libclFFT2" package

Here is a brief guide to show you how to install libclFFT2 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install libclFFT2

2. Uninstall "libclFFT2" package

This tutorial shows how to uninstall libclFFT2 on openSUSE Leap:

$ sudo zypper remove libclFFT2

3. Information about the libclFFT2 package on openSUSE Leap

Information for package libclFFT2:
----------------------------------
Repository : Main Repository
Name : libclFFT2
Version : 2.12.2-bp155.4.8
Arch : x86_64
Vendor : openSUSE
Installed Size : 865.0 KiB
Installed : No
Status : not installed
Source package : clFFT-2.12.2-bp155.4.8.src
Upstream URL : https://github.com/clMathLibraries/clFFT
Summary : Library for libclfft
Description :
The clFFT library is an OpenCL implementation of discrete
Fast Fourier Transforms which:
* 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 subpackage provides shared library clFFT library