mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 10:51:21 +01:00
37 lines
844 B
Plaintext
37 lines
844 B
Plaintext
# IT4Innovations 2018
|
|
|
|
easyblock = 'PythonPackage'
|
|
|
|
name = 'tensorboard'
|
|
version = '1.6.0'
|
|
|
|
homepage = 'https://github.com/tensorflow/tensorboard'
|
|
description = "TensorBoard lets you watch Tensors Flow."
|
|
|
|
toolchain = {'name': 'Py', 'version': '3.6'}
|
|
|
|
source_urls = [
|
|
'https://pypi.python.org/packages/b0/67/a8c91665987d359211dcdca5c8b2a7c1e0876eb0702a4383c1e4ff76228d']
|
|
sources = ['tensorboard-%(version)s-py3-none-any.whl']
|
|
|
|
dependencies = [
|
|
('numpy', '1.13.3'),
|
|
('six', '1.11.0'),
|
|
('protobuf-python', '3.4.0'),
|
|
('Werkzeug', '0.14.1'),
|
|
('html5lib', '1.0.1'),
|
|
('Markdown', '2.6.11'),
|
|
('bleach', '2.1.2'),
|
|
('wheel', '0.30.0'),
|
|
]
|
|
|
|
use_pip = True
|
|
unpack_sources = False
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/tensorboard'],
|
|
'dirs': ['lib/python3.6/site-packages/tensorboard'],
|
|
}
|
|
|
|
moduleclass = 'python'
|