mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-26 00:11:21 +01:00
new file: t/Tensorflow/Tensorflow-1.3.0-intel-2017.05-Python-3.6.1.eb
new file: t/Tensorflow/Tensorflow-Python-3.6.1.eb
This commit is contained in:
parent
f4919b09a6
commit
7f8b00745e
33
t/Tensorflow/Tensorflow-1.3.0-intel-2017.05-Python-3.6.1.eb
Normal file
33
t/Tensorflow/Tensorflow-1.3.0-intel-2017.05-Python-3.6.1.eb
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
easyblock = 'PythonPackage'
|
||||||
|
|
||||||
|
name = 'Tensorflow'
|
||||||
|
version = '1.3.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
|
||||||
|
|
||||||
|
sources = [
|
||||||
|
'tensorflow-%(version)src1-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': [''],
|
||||||
|
# 'dirs': ['bin'],
|
||||||
|
#}
|
||||||
|
|
||||||
|
moduleclass = 'lib'
|
32
t/Tensorflow/Tensorflow-Python-3.6.1.eb
Normal file
32
t/Tensorflow/Tensorflow-Python-3.6.1.eb
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
easyblock = 'PythonPackage'
|
||||||
|
|
||||||
|
name = 'Tensorflow'
|
||||||
|
version = '1.3.0'
|
||||||
|
|
||||||
|
homepage = 'https://www.tensorflow.org/'
|
||||||
|
description = "An open-source software library for Machine Intelligence"
|
||||||
|
|
||||||
|
toolchain = {'name': 'dummy', 'version': ''}
|
||||||
|
|
||||||
|
pymaj = '3'
|
||||||
|
pymin = '6'
|
||||||
|
pymajmin = pymaj + pymin
|
||||||
|
|
||||||
|
sources = [
|
||||||
|
'tensorflow-%(version)src1-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': [''],
|
||||||
|
# 'dirs': ['bin'],
|
||||||
|
#}
|
||||||
|
|
||||||
|
moduleclass = 'lib'
|
Loading…
x
Reference in New Issue
Block a user