mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

new file: f/FFTW/FFTW-3.3.8-iccifort-2020.4.304.eb new file: g/GSL/GSL-2.6-iccifort-2020.4.304.eb new file: g/GlobalArrays/GlobalArrays-5.8-intel-2020b.eb new file: h/hipify-clang/hipify-clang-4.2.0-gcccuda-2020b.eb new file: n/NWChem/NWChem-7.0.2-intel-2020a-Python-3.8.2-karolina.eb modified: n/NWChem/NWChem-7.0.2-intel-2020a-Python-3.8.2.eb new file: o/OpenMolcas/OpenMolcas-21.06-intel-2020b-Python-3.8.6.eb new file: p/pymatgen/pymatgen-2022.0.12-foss-2020b.eb new file: q/QMCPACK/QMCPACK-3.11.0-intel-2020a-Python-3.8.2.eb new file: v/VASP/VASP-5.4.4-intel-2020a-mkl=sequential-VASPsol-karolina.eb
29 lines
838 B
Plaintext
29 lines
838 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': 'iccifort', 'version': '2020.4.304'}
|
|
toolchainopts = {'pic': True}
|
|
|
|
source_urls = [homepage]
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
patches = [
|
|
'FFTW-3.3.8_fix-icc-no-gcc.patch',
|
|
]
|
|
# 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'
|