easyconfigs-it4i/c/CNTKCustomMKL/CNTKCustomMKL-3.0.eb
Lukáš Krupčík ba500d91ae new file: b/Boost/Boost-1.63.0-foss-2017a-Python-3.6.1.eb
modified:   c/CNTK/CNTK-2.0-GCC-7.1.0-2.28-Python-3.6.1.eb
	new file:   c/CNTKCustomMKL/CNTKCustomMKL-3.0.eb
	modified:   k/Keras/Keras-2.0.5-Theano-0.9.0-Python-3.6.1.eb
	deleted:    k/Keras/.Keras-2.0.5-Theano-0.9.0-Python-3.6.1.eb.swp
2017-07-04 15:28:51 +02:00

20 lines
593 B
Plaintext

easyblock = 'Tarball'
name = 'CNTKCustomMKL'
version = '3.0'
homepage = 'https://www.microsoft.com/en-us/cognitive-toolkit/'
description = """The default CNTK math library is the Intel Math Kernel Library (Intel MKL). CNTK supports using the Intel MKL via a custom library version (CNTK custom MKL)."""
toolchain = {'name': 'dummy', 'version': ''}
source_urls = ['http://www.microsoft.com/en-us/cognitive-toolkit/wp-content/uploads/sites/3/2017/05']
sources = ['CNTKCustomMKL-Linux-3.tgz']
sanity_check_paths = {
'files': [],
'dirs': ['include', 'x64'],
}
moduleclass = 'numlib'