easyconfigs-it4i/f/FFTW/FFTW-3.3.8-intel-2020a.eb
Lukáš Krupčík a16a0cd8c1 new file: c/Cube/Cube-4.4.4-intel-2020a.eb
new file:   c/CubeGUI/CubeGUI-4.4.4-intel-2020a.eb
	new file:   c/CubeLib/CubeLib-4.4.4-intel-2020a.eb
	new file:   f/FFTW/FFTW-3.3.8-intel-2020a.eb
	modified:   l/libGLU/libGLU-9.0.0.eb
	new file:   o/OTF2/OTF2-2.2.eb
	new file:   q/Qt5/Qt5-5.14.1.eb
	new file:   s/Score-P/Score-P-6.0-intel-2020a.eb
	new file:   v/VASP/VASP-5.4.4-intel-2020a-mkl=sequential.eb
2020-03-09 10:57:26 +01:00

27 lines
774 B
Plaintext

# IT4Innovations 2020
name = 'FFTW'
version = '3.3.8'
homepage = 'http://www.fftw.org'
description = """FFTW is a C subroutine library for local_computing the discrete Fourier transform (DFT)
in one or more dimensions, of arbitrary input size, and of both real and local_complex data."""
toolchain = {'name': 'intel', 'version': '2020a'}
toolchainopts = {'pic': True}
source_urls = [homepage]
sources = [SOURCELOWER_TAR_GZ]
# no quad precision, requires GCC v4.6 or higher
# see also
# http://www.fftw.org/doc/Extended-and-quadruple-precision-in-Fortran.html
with_quad_prec = False
# local_compilation fails when configuring with --enable-avx-128-fma, Intel local_compilers do not support FMA4 instructions
use_fma4 = False
runtest = 'check'
moduleclass = 'numlib'