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'