easyconfigs-it4i/p/pyFFTW/pyFFTW-0.10.4-Py-2.7.eb
Lukáš Krupčík 7a71ce19f2 modified: a/ANSYS/ANSYS-19-intel-2017b.eb
new file:   p/pyFFTW/pyFFTW-0.10.4-Py-2.7.eb
	deleted:    a/ANSYS/.ANSYS-19-intel-2017b.eb.swp
2018-04-20 07:09:12 +02:00

26 lines
550 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': '2.7'}
source_urls = [PYPI_SOURCE]
sources = [SOURCE_TAR_GZ]
dependencies = [
('FFTW', '3.3.7', '', ('GCC', '6.3.0-2.27')),
('numpy', '1.13.3'),
]
sanity_check_paths = {
'files': [],
'dirs': ['lib'],
}
moduleclass = 'python'