name = 'MATLAB' version = '2021b' 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 # be sure to copy both DVD content to the SAME directory, # including the hidden files, especially .dvd1 and .dvd2 sources = ['R%(version)s_Linux.tgz'] java_options = '-Xmx2048m' osdependencies = [('p7zip-plugins', 'p7zip-full')] # for extracting iso-files # 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'