mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-17 04:00:49 +01:00
20 lines
526 B
Plaintext
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'
|