mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 03:38:05 +01:00

new file: g/GROMACS/GROMACS-2018-intel-2017b-serial.eb new file: s/scikit-learn/scikit-learn-0.19.1-Py-3.6.eb
33 lines
947 B
Plaintext
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'
|