easyconfigs-it4i/p/pyFFTW/pyFFTW-0.13.0-intel-2022a.eb
Lukas Krupcik 1516682ddf modified: b/BoltzTraP2/BoltzTraP2-20.7.1-intel-2020b-Python-3.8.6.eb
new file:   b/BoltzTraP2/BoltzTraP2-22.6.1-intel-2022a.eb
	modified:   g/grace/grace-5.1.25-gompi-2022a.eb
	new file:   n/netCDF/netCDF-4.9.0-iimpi-2022a.eb
	new file:   p/pyFFTW/pyFFTW-0.13.0-intel-2022a.eb
	modified:   q/QuantumESPRESSO/QuantumESPRESSO-7.1-NVHPC-21.9.eb
	new file:   q/QuantumESPRESSO/QuantumESPRESSO-7.1-intel-2022a-without-HDF5.eb
	new file:   v/VTK/VTK-9.2.2-intel-2022a.eb
2022-10-27 10:50:56 +02:00

26 lines
594 B
Plaintext

easyblock = 'PythonPackage'
name = 'pyFFTW'
version = '0.13.0'
homepage = 'https://github.com/pyFFTW/pyFFTW'
description = """A pythonic wrapper around FFTW, the FFT library, presenting a unified interface
for all the supported transforms."""
toolchain = {'name': 'intel', 'version': '2022a'}
sources = [SOURCE_TAR_GZ]
checksums = ['da85102405c0bd95d57eb19e99b01a0729d8406cb204c3900894b873784253da']
dependencies = [
('Python', '3.10.4'),
('SciPy-bundle', '2022.05'),
('FFTW', '3.3.10'),
]
download_dep_fail = True
use_pip = True
sanity_pip_check = True
moduleclass = 'lib'