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

new file: e/ELSI/ELSI-2.5.0-intel-2020b.eb new file: f/FFTW/FFTW-3.3.8-gompi-2020a-amd.eb new file: l/libGridXC/libGridXC-0.8.5-iimpi-2020b.eb new file: l/libPSML/libPSML-1.1.8-iccifort-2020.4.304.eb new file: l/libxc/libxc-4.3.4-intel-2020b.eb new file: p/PETSc/PETSc-3.12.4-intel-2020b.eb new file: s/SLEPc/SLEPc-3.13.3-intel-2020a-Python-3.8.6.eb new file: s/Siesta/Siesta-4.1-Max-1.2.0-intel-2020b.eb new file: s/Siesta/Siesta-4.1-b5-intel-2020b-test.eb new file: t/TotalView/TotalView-2021.2.14.eb new file: x/xmlf90/xmlf90-1.5.4-iccifort-2020.4.304.eb
29 lines
884 B
Plaintext
29 lines
884 B
Plaintext
# IT4Innovations
|
|
# LK 2021
|
|
|
|
name = 'FFTW'
|
|
version = '3.3.8'
|
|
local_amd_fftw_ver = '2.2'
|
|
versionsuffix = '-amd'
|
|
|
|
homepage = 'https://developer.amd.com/amd-aocl/fftw/'
|
|
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.
|
|
AMD FFTW includes selective kernels and routines optimized for the AMD EPYC™ processor family."""
|
|
|
|
toolchain = {'name': 'gompi', 'version': '2020a'}
|
|
toolchainopts = {'pic': True}
|
|
|
|
source_urls = ['https://github.com/amd/amd-fftw/archive/']
|
|
sources = [{
|
|
'download_filename': '%s.tar.gz' % local_amd_fftw_ver,
|
|
'filename': 'amd-fftw-%s.tar.gz' % local_amd_fftw_ver,
|
|
}]
|
|
checksums = ['de9d777236fb290c335860b458131678f75aa0799c641490c644c843f0e246f8']
|
|
|
|
configopts = '--enable-amd-opt'
|
|
|
|
#runtest = 'check'
|
|
|
|
moduleclass = 'numlib'
|