Skip to content
Snippets Groups Projects

FFTW-3.3.10-GCC-11.3.0.eb

Blame
  • FFTW-3.3.10-GCC-11.3.0.eb 518 B
    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': 'GCC', 'version': '11.3.0'}
    toolchainopts = {'pic': True}
    
    source_urls = [homepage]
    sources = [SOURCELOWER_TAR_GZ]
    checksums = ['56c932549852cddcfafdab3820b0200c7742675be92179e59e6215b340e26467']
    
    runtest = 'check'
    
    moduleclass = 'numlib'