easyconfigs-it4i/t/Tensorflow/Tensorflow-1.2.0-Python-3.6.1.eb
Easy Build edafe1112d new file: b/Bazel/Bazel-0.5.1-GCC-7.1.0-2.28.eb
new file:   b/Bazel/CROSSTOOL.patch
	new file:   b/Bazel/cc_configure.patch
	new file:   l/libepoxy/libepoxy-1.4.3.eb
	modified:   o/OpenMPI/OpenMPI-2.1.0-GCC-6.3.0-2.27.eb
	modified:   o/OpenMPI/OpenMPI-2.1.1-GCC-7.1.0-2.28.eb
	new file:   t/Tensorflow/Tensorflow-1.2.0-Python-3.6.1.eb
	new file:   x/X11/X11-20160819-test.eb
	new file:   x/X11/X11-20170314-test.eb
	new file:   x/xf86-video-dummy/xf86-video-dummy-0.3.5.eb
	new file:   x/xf86-video-fbdev/xf86-video-fbdev-0.4.4.eb
	new file:   x/xorg-macros/xorg-macros-1.19.1.eb
	new file:   x/xorg-server/xorg-server-1.19.3.eb
2017-06-26 08:55:23 +02:00

34 lines
723 B
Plaintext

easyblock = 'PythonPackage'
name = 'Tensorflow'
version = '1.2.0'
homepage = 'https://www.tensorflow.org/'
description = "An open-source software library for Machine Intelligence"
toolchain = {'name': 'GCC', 'version': '7.1.0-2.28'}
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', '-Python-3.6.1', True)
]
use_pip = True
unpack_sources = False
sanity_check_paths = {
'files': ['bin/tensorboard'],
'dirs': [''],
}
moduleclass = 'lib'