easyconfigs-it4i/s/scikit-image/scikit-image-0.18.2-Python-3.6.1.eb
easybuild 40b461ca6f fix
2019-11-06 13:38:09 +01:00

37 lines
1.1 KiB
Plaintext

easyblock = 'PythonPackage'
name = 'scikit-image'
version = '0.18.2'
versionsuffix = '-Python-%(pyver)s'
homepage = 'http://scikit-learn.org/stable/index.html'
description = """Scikit-learn integrates machine learning algorithms in the tightly-knit scientific Python world,
building upon numpy, scipy, and matplotlib. As a machine-learning module,
it provides versatile tools for data mining and analysis in any field of science and engineering.
It strives to be simple and efficient, accessible to everybody, and reusable in various contexts."""
toolchain = SYSTEM
source_urls = [PYPI_SOURCE]
sources = [SOURCE_TAR_GZ]
freetype_ver = '2.6.5'
dependencies = [
('Python', '3.6.1'),
('Qhull', '2015.2'),
('matplotlib', '2.0.2', versionsuffix + '-freetype-%s' % freetype_ver),
('networkx', '1.11', versionsuffix),
('Pillow', '4.2.1', versionsuffix + '-freetype-%s' % freetype_ver),
#('sPickle', '0.1.11', versionsuffix)
]
options = {'modulename': 'skimage'}
sanity_check_paths = {
'files': [],
'dirs': ['lib/python%(pyshortver)s/site-packages/'],
}
moduleclass = 'vis'