mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 10:51:21 +01:00
39 lines
911 B
Plaintext
39 lines
911 B
Plaintext
# IT4Innovations 2018
|
|
|
|
easyblock = 'PythonPackage'
|
|
|
|
name = 'tensorflow-tensorboard'
|
|
version = '1.5.1'
|
|
|
|
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/cc/fa/91c06952517b4f1bc075545b062a4112e30cebe558a6b962816cb33efa27']
|
|
sources = ['tensorflow_tensorboard-%(version)s-py3-none-any.whl']
|
|
|
|
dependencies = [
|
|
('numpy', '1.13.3'),
|
|
('six', '1.11.0'),
|
|
('protobuf-python', '3.5.1'),
|
|
('Werkzeug', '0.14.1'),
|
|
('html5lib', '0.9999999'),
|
|
('Markdown', '2.6.11'),
|
|
('bleach', '1.5.0'),
|
|
('wheel', '0.30.0'),
|
|
]
|
|
|
|
use_pip = True
|
|
unpack_sources = False
|
|
|
|
options = {'modulename': 'tensorboard'}
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/tensorboard'],
|
|
'dirs': ['lib/python3.6/site-packages/tensorboard'],
|
|
}
|
|
|
|
moduleclass = 'python'
|