easyconfigs-it4i/m/MCR/MCR-R2015b.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
598 B
Plaintext

# IT4Innovations 2021
# LK
name = 'MCR'
version = 'R2015b'
homepage = 'http://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 = [
'http://www.mathworks.com/supportfiles/downloads/%(version)s/deployment_files/%(version)s/installers/glnxa64/',
]
sources = ['%(name)s_%(version)s_glnxa64_installer.zip']
dependencies = [('Java', '1.8.0_221')]
moduleclass = 'math'