# IT4Innovations 2022 # JK name = 'FFTW.MPI' version = '3.3.8' 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': '22.2'} toolchainopts = {'pic': True} source_urls = [homepage] sources = ['fftw-%(version)s.tar.gz'] checksums = ['6113262f6e92c5bd474f2875fa1b01054c4ad5040f6b0da7c03c98821d9ae303'] dependencies = [ ('FFTW', '3.3.8'), ('OpenMPI', '4.1.2', '-CUDA-11.6.0'), ] runtest = 'check' moduleclass = 'numlib'