FFTW-3.3.9-gompi-2021b.eb 518 B

1234567891011121314151617
  1. name = 'FFTW'
  2. version = '3.3.9'
  3. homepage = 'http://www.fftw.org'
  4. description = """FFTW is a C subroutine library for computing the discrete Fourier transform (DFT)
  5. in one or more dimensions, of arbitrary input size, and of both real and complex data."""
  6. toolchain = {'name': 'gompi', 'version': '2021b'}
  7. toolchainopts = {'pic': True}
  8. source_urls = [homepage]
  9. sources = [SOURCELOWER_TAR_GZ]
  10. checksums = ['bf2c7ce40b04ae811af714deb512510cc2c17b9ab9d6ddcf49fe4487eea7af3d']
  11. runtest = 'check'
  12. moduleclass = 'numlib'