mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

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
22 lines
727 B
Plaintext
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'
|