1234567891011121314151617 |
- name = 'FFTW'
- version = '3.3.9'
- homepage = 'http://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': 'gompi', 'version': '2021b'}
- toolchainopts = {'pic': True}
- source_urls = [homepage]
- sources = [SOURCELOWER_TAR_GZ]
- checksums = ['bf2c7ce40b04ae811af714deb512510cc2c17b9ab9d6ddcf49fe4487eea7af3d']
- runtest = 'check'
- moduleclass = 'numlib'
|