FFTW-3.3.8-gompi-2020b.eb 518 B

1234567891011121314151617
  1. name = 'FFTW'
  2. version = '3.3.8'
  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': '2020b'}
  7. toolchainopts = {'pic': True}
  8. source_urls = [homepage]
  9. sources = [SOURCELOWER_TAR_GZ]
  10. checksums = ['6113262f6e92c5bd474f2875fa1b01054c4ad5040f6b0da7c03c98821d9ae303']
  11. runtest = 'check'
  12. moduleclass = 'numlib'