easyconfigs-it4i/t/Tensorflow/Tensorflow-1.2.0-intel-2017.05-Python-3.6.1.eb
Lukáš Krupčík 87b1e7dbac new file: t/Tensorflow/Tensorflow-1.2.0-intel-2017.05-Python-3.6.1.eb
new file:   x/Xvfb/Xvfb-1.17.4.eb
2017-06-28 11:23:31 +02:00

35 lines
760 B
Plaintext

easyblock = 'PythonPackage'
name = 'Tensorflow'
version = '1.2.0'
versionsuffix = '-mkl'
homepage = 'https://www.tensorflow.org/'
description = "An open-source software library for Machine Intelligence"
toolchain = {'name': 'intel', 'version': '2017.05'}
pymaj = '3'
pymin = '6'
pymajmin = pymaj + pymin
#source_urls = ['https://pypi.python.org/packages/1f/38/c255432f18005362dd2459e3bff2b2411eb7d02ca09fa20ee1dd1311f69f/']
sources = [
'tensorflow-%(version)s-cp36-cp36m-linux_x86_64.whl',
]
dependencies = [
('Java', '1.8.0_121', '', True),
('protobuf', '3.2.0', '-GCC-7.1.0-2.28-Python-3.6.1', True)
]
use_pip = True
unpack_sources = False
sanity_check_paths = {
'files': ['bin/tensorboard'],
'dirs': [''],
}
moduleclass = 'lib'