# IT4Innovations 2021
# LK

name = 'MCR'
version = 'R2021a'
local_update = '0'
versionsuffix = '.%s' % local_update

homepage = 'https://www.mathworks.com/products/compiler/mcr/'
description = """The MATLAB Runtime is a standalone set of shared libraries
 that enables the execution of compiled MATLAB applications
 or components on computers that do not have MATLAB installed."""

toolchain = SYSTEM

source_urls = ['https://ssd.mathworks.com/supportfiles/downloads/%%(version)s/Release/%s/deployment_files/'
               'installer/complete/glnxa64/' % local_update]
sources = ['MATLAB_Runtime_%(version)s_glnxa64.zip']
checksums = ['f971843a7c1d06f10471859bd4eed8ecf374346e4a1b4f8be290aa279a2c6f1c']

moduleclass = 'math'