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

new file: h/HDF5/HDF5-1.12.1-NVHPC-21.9.eb new file: l/libxc/libxc-6.0.0-NVHPC-21.9.eb modified: q/QuantumESPRESSO/QuantumESPRESSO-7.1-NVHPC-21.9.eb
29 lines
860 B
Plaintext
29 lines
860 B
Plaintext
# IT4Innovations 2022
|
|
# JK
|
|
|
|
name = 'FFTW'
|
|
version = '3.3.10'
|
|
|
|
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': 'NVHPC', 'version': '21.9'}
|
|
toolchainopts = {'pic': True}
|
|
|
|
source_urls = [homepage]
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
checksums = ['56c932549852cddcfafdab3820b0200c7742675be92179e59e6215b340e26467']
|
|
|
|
# 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'
|