MATLAB-2021b.eb 1.0 KB

12345678910111213141516171819202122232425262728
  1. name = 'MATLAB'
  2. version = '2021b'
  3. homepage = 'https://www.mathworks.com/products/matlab'
  4. description = """MATLAB is a high-level language and interactive environment
  5. that enables you to perform computationally intensive tasks faster than with
  6. traditional programming languages such as C, C++, and Fortran."""
  7. toolchain = SYSTEM
  8. # be sure to copy both DVD content to the SAME directory,
  9. # including the hidden files, especially .dvd1 and .dvd2
  10. sources = ['R%(version)s_Linux.tgz']
  11. java_options = '-Xmx2048m'
  12. osdependencies = [('p7zip-plugins', 'p7zip-full')] # for extracting iso-files
  13. # Use EB_MATLAB_KEY environment variable or uncomment and modify license key
  14. # key = '00000-00000-00000-00000-00000-00000-00000-00000-00000-00000-00000-00000'
  15. # Use EB_MATLAB_LICENSE_SERVER and EB_MATLAB_LICENSE_SERVER_PORT environment variables or
  16. # uncomment and modify the following variables for installation with floating license server
  17. # license_file = 'my-license-file'
  18. # license_server = 'my-license-server'
  19. # license_server_port = '1234'
  20. moduleclass = 'math'