easyconfigs-it4i/m/MCR/MCR-R2021a.0.eb
Lukáš Krupčík db36bd82ca new file: m/MCR/MCR-R2015b.eb
new file:   m/MCR/MCR-R2021a.0.eb
	modified:   o/OpenMPI/OpenMPI-4.0.5-GCC-10.2.0-Java-1.8.0_221.eb
2021-04-13 14:31:26 +02:00

22 lines
727 B
Plaintext

# 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'