easyconfigs-it4i/m/MATLAB/MATLAB-2021a.eb
2021-07-02 11:52:11 +02:00

31 lines
989 B
Plaintext

# IT4Innovations
# LK 2021
name = 'MATLAB'
version = '2021a'
homepage = 'https://www.mathworks.com/products/matlab'
description = """MATLAB is a high-level language and interactive environment
that enables you to perform computationally intensive tasks faster than with
traditional programming languages such as C, C++, and Fortran."""
toolchain = SYSTEM
sources = ['matlab-%(version)s.tar.gz']
checksums = ['af53ba32e959c40071128e717a48495d']
java_options = '-Xmx2048m'
dependencies = [('Java', '1.8.0_221')]
# Use EB_MATLAB_KEY environment variable or uncomment and modify license key
# key = '00000-00000-00000-00000-00000-00000-00000-00000-00000-00000-00000-00000'
# Use EB_MATLAB_LICENSE_SERVER and EB_MATLAB_LICENSE_SERVER_PORT environment variables or
# uncomment and modify the following variables for installation with floating license server
# license_file = 'my-license-file'
# license_server = 'my-license-server'
# license_server_port = '1234'
moduleclass = 'math'