easyconfigs-it4i/f/FFTW/FFTW-3.3.10-NVHPC-23.5-CUDA-12.2.0.eb
Lukas Krupcik b88bcade3e modified: c/CUDAcore/CUDAcore-11.6.0.eb
new file:   f/FFTW/FFTW-3.3.10-NVHPC-23.5-CUDA-12.2.0.eb
	new file:   n/NCCL/NCCL-2.16.2-GCCcore-12.2.0-CUDA-12.2.0.eb
	modified:   n/NVHPC/NVHPC-22.2.eb
	new file:   o/OpenMPI/OpenMPI-4.1.5-NVHPC-23.5-CUDA-12.2.0.eb
	new file:   p/Perl/Perl-5.34.1-GCCcore-11.3.0.eb
	modified:   p/pkg-config/pkg-config-0.29.2.eb
	new file:   p/pkgconf/pkgconf-1.8.0-GCCcore-12.2.0.eb
	new file:   u/UCC-CUDA/UCC-CUDA-1.1.0-GCCcore-12.2.0-CUDA-12.2.0.eb
	new file:   u/UCX-CUDA/UCX-CUDA-1.14.0-GCCcore-12.2.0-CUDA-12.2.0.eb
2023-08-08 09:24:57 +02:00

28 lines
648 B
Plaintext

# IT4Innovations
# LK 2023
name = 'FFTW'
version = '3.3.10'
homepage = 'https://www.fftw.org'
description = """FFTW is a C subroutine library for computing the discrete Fourier transform (DFT)
in one or more dimensions, of arbitrary input size, and of both real and complex data."""
toolchain = {'name': 'NVHPC', 'version': '23.5'}
toolchainopts = {'pic': True}
source_urls = [homepage]
sources = [SOURCELOWER_TAR_GZ]
checksums = ['56c932549852cddcfafdab3820b0200c7742675be92179e59e6215b340e26467']
dependencies = [
('CUDA', '12.2.0', '', True),
]
# Does not work with nvc
with_quad_prec = False
runtest = 'check'
moduleclass = 'numlib'