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
598 B
Plaintext
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'
|