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

new file: c/ctffind/ctffind-4.1.14-foss-2021a.eb new file: f/FFTW.MPI/FFTW.MPI-3.3.8-NVHPC-22.2.eb modified: f/FFTW/FFTW-3.3.10-NVHPC-22.2-amd.eb new file: f/FFTW/FFTW-3.3.8-NVHPC-22.2-amd.eb new file: f/FFTW/FFTW-3.3.8-NVHPC-22.2.eb modified: h/HDF5/HDF5-1.12.1-NVHPC-22.2.eb new file: h/HDF5/HDF5-1.12.2-gompi-2022a.eb new file: h/HDF5/HDF5-1.12.2-iimpi-2022a.eb new file: l/libxsmm/libxsmm-1.17-GCC-11.3.0.eb new file: p/PLUMED/PLUMED-2.8.0-foss-2022a.eb new file: q/QD/QD-2.3.17-NVHPC-22.2.eb modified: q/QuantumESPRESSO/QuantumESPRESSO-7.1-foss-2022a.eb modified: q/QuantumESPRESSO/QuantumESPRESSO-7.1-intel-2022a.eb new file: r/RELION/RELION-4.0-beta-foss-2021a.eb new file: s/ScaLAPACK/ScaLAPACK-3.0-NVHPC-22.2.eb new file: v/VASP/VASP-6.3.2-NVHPC-22.2-CUDA-11.6.0-adjust-makefile.patch modified: v/VASP/VASP-6.3.2-NVHPC-22.2-CUDA-11.6.0.eb new file: x/xxd/xxd-8.2.4220-GCCcore-11.3.0.eb deleted: f/FFTW.MPI/FFTW.MPI-3.3.10-gompi-2022a.eb deleted: h/HDF5/HDF5-1.13.1-gompi-2022a.eb deleted: h/HDF5/HDF5-1.13.1-iimpi-2022a.eb
31 lines
927 B
Plaintext
31 lines
927 B
Plaintext
# IT4Innovations 2022
|
|
# JK
|
|
|
|
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': 'NVHPC', 'version': '22.2'}
|
|
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']
|
|
|
|
builddependencies = [('binutils', '2.35')]
|
|
|
|
configopts = '--enable-amd-opt'
|
|
|
|
#runtest = 'check'
|
|
|
|
moduleclass = 'numlib'
|