easyconfigs-it4i/p/pyFFTW/pyFFTW-0.10.4-Py-3.6.eb
Lukáš Krupčík 508ab35c77 new file: f/FFTW/FFTW-3.3.8-GCC-8.3.0-2.32.eb
modified:   p/pyFFTW/pyFFTW-0.10.4-Py-3.6.eb
2020-03-20 07:49:57 +01:00

24 lines
614 B
Plaintext

# IT4Innovations 2018
easyblock = "PythonPackage"
name = 'pyFFTW'
version = '0.10.4'
homepage = 'https://pypi.python.org/pypi/pyFFTW'
description = 'A pythonic wrapper around FFTW, the FFT library, presenting a unified interface for all the supported transforms.'
toolchain = {'name': 'Py', 'version': '3.6'}
source_urls = [PYPI_SOURCE]
sources = [SOURCE_TAR_GZ]
dependencies = [
('FFTW', '3.3.8', '', ('GCC', '8.3.0-2.32')),
('numpy', '1.16.3'),
]
sanity_check_paths = {'files': [], 'dirs': [
'lib/python3.6/site-packages/%(name)s-%(version)s-py3.6-linux-x86_64.egg'], }
moduleclass = 'python'