Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SCS
easyconfigs-it4i
Commits
64a77d19
Commit
64a77d19
authored
Feb 09, 2018
by
Lukáš Krupčík
Browse files
Merge branch 'it4i-anselm'
parents
7c1bbf75
09ee2ce5
Changes
2
Hide whitespace changes
Inline
Side-by-side
c/cuDNN/cuDNN-7.0.5-CUDA-9.0.176.eb
0 → 100644
View file @
64a77d19
easyblock = 'Tarball'
name = 'cuDNN'
version = '7.0.5'
cuda_version = '9.0.176'
versionsuffix = '-CUDA-%s' % cuda_version
homepage = 'https://developer.nvidia.com/cudnn'
description = """The NVIDIA CUDA Deep Neural Network library (cuDNN) is a GPU-accelerated library of primitives for
deep neural networks."""
toolchain = {'name': 'dummy', 'version': ''}
# Nvidia developer registration required.
# Download link: https://developer.nvidia.com/rdp/cudnn-download
sources = ['cudnn-9.0-linux-x64-v7.tar.gz']
dependencies = [('CUDA', cuda_version)]
#checksums = [
# '099ca6a9b21b35e32f3408eff2a1c06d', # cudnn-8.0-linux-x64-v5.1.tgz
#]
sanity_check_paths = {
'files': ['include/cudnn.h', 'lib64/libcudnn_static.a'],
'dirs': ['include', 'lib64'],
}
moduleclass = 'numlib'
t/Tensorflow/Tensorflow-1.6.0rc0-CUDA-9.0.176-Python-3.6.1.eb
0 → 100644
View file @
64a77d19
easyblock = 'PythonPackage'
name = 'Tensorflow'
version = '1.6.0rc0'
versionsuffix = '-CUDA-9.0.176-Python-%(pyver)s'
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
#source_urls = ['https://pypi.python.org/packages/1f/38/c255432f18005362dd2459e3bff2b2411eb7d02ca09fa20ee1dd1311f69f/']
sources = [
'tensorflow-%(version)s-cp36-cp36m-linux_x86_64.whl',
]
dependencies = [
('Python', '%s.%s.1' % (pymaj, pymin)),
('cuDNN', '7.0.5', '-CUDA-9.0.176' ),
('GCC', '6.3.0-2.27'),
]
use_pip = True
unpack_sources = False
sanity_check_paths = {
'files': ['bin/tensorboard'],
'dirs': ['lib/python%(pyshortver)s/site-packages'],
}
moduleclass = 'lib'
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment