easyconfigs-it4i/s/scikit-learn/scikit-learn-0.19.1-Py-3.6.eb
Lukáš Krupčík 1152036513 new file: b/Boost/Boost-1.66.0-intel-2017b-serial.eb
new file:   g/GROMACS/GROMACS-2018-intel-2017b-serial.eb
	new file:   s/scikit-learn/scikit-learn-0.19.1-Py-3.6.eb
2018-02-20 13:42:36 +01:00

33 lines
947 B
Plaintext

# IT4Innovations 2018
easyblock = 'PythonPackage'
name = 'scikit-learn'
version = '0.19.1'
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 = {'name': 'dummy', 'version': ''}
source_urls = [PYPI_SOURCE]
sources = [SOURCE_TAR_GZ]
dependencies = [
('Python', '3.6.1'),
('matplotlib', '2.0.2', versionsuffix + '-libpng-1.6.29'),
]
options = {'modulename': 'sklearn'}
sanity_check_paths = {
'files': [],
'dirs': ['lib/python%(pyshortver)s/site-packages/sklearn'],
}
moduleclass = 'data'