easyconfigs-it4i/f/FFTW/FFTW-3.3.6-gompi-2017a.eb
2017-03-09 11:57:40 +01:00

20 lines
526 B
Plaintext

easyblock = 'ConfigureMake'
name = 'FFTW'
version = '3.3.6'
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': '2017a'}
toolchainopts = {'pic': True}
source_urls = [homepage]
sources = ['fftw-%(version)s-pl1.tar.gz']
checksums = ['682a0e78d6966ca37c7446d4ab4cc2a1']
runtest = 'check'
moduleclass = 'numlib'