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'