Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37843758
en ru br
Репозитории ALT

Группа :: Разработка/C
Пакет: VkFFT

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1

Name: VkFFT
Version: 1.2.31
Release: alt1

Group: Development/C
Summary: Vulkan/CUDA/HIP/OpenCL/Level Zero/Metal Fast Fourier Transform library
License: MIT
BuildArch: noarch
Url: https://github.com/DTolm/VkFFT

Source: %name-%version.tar

%define _description \
VkFFT is an efficient GPU-accelerated multidimensional Fast \
Fourier Transform library for Vulkan/CUDA/HIP/OpenCL/Level \
Zero/Metal projects. VkFFT aims to provide the community with \
an open-source alternative to Nvidia's cuFFT library while \
achieving better performance. VkFFT is written in C language and \
supports Vulkan, CUDA, HIP, OpenCL, Level Zero and Metal as backends.

%description
%_description

%package devel
Summary: Development files for VkFFT
Group: Development/C

%description devel
This package contains VkFFT development files.
%_description

%prep
%setup

%install
mkdir -p %buildroot{%_includedir/vkFFT,%_docdir/%name-%version}

install -D -m644 %_builddir/%name-%version/vkFFT/vkFFT.h %buildroot/%_includedir/vkFFT/vkFFT.h

%files devel
%doc README.md
%doc LICENSE
%doc documentation/*
%_includedir/vkFFT/*.h


%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin