easyconfigs-it4i/f/FFTW/FFTW-3.3.10-gompi-2021b-amd.eb
easybuild 5c44c32106 new file: a/ANSYS/ANSYS-22.2-intel-2020b.eb
new file:   f/FFTW/FFTW-3.3.10-gompi-2021b-amd.eb
	new file:   h/HyperQueue/HyperQueue-0.13.0.eb
	new file:   o/OVITO/OVITO-3.7.11-GCCcore-11.3.0-pro.eb
	new file:   t/Tensorflow/TensorFlow-2.10.0-fosscuda-2020b.eb
	new file:   v/VASP/VASP-6.3.2-foss-2021b.eb
	new file:   w/Wannier90/Wannier90-3.1.0-foss-2021b-serial.eb
	deleted:    v/VASP/VASP-6.3.1-foss-2022a.eb
2022-11-10 15:50:45 +01:00

27 lines
891 B
Plaintext

name = 'FFTW'
version = '3.3.10'
local_amd_fftw_ver = '3.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': '2021b'}
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 = ['31cab17a93e03b5b606e88dd6116a1055b8f49542d7d0890dbfcca057087b8d0']
configopts = '--enable-amd-opt'
# asi selzou, kdyztak zakomentovat
runtest = 'check'
moduleclass = 'numlib'