mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00
21 lines
599 B
Plaintext
21 lines
599 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': 'system', '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'
|