MATLAB-UCL-2015a.eb 732 B

1234567891011121314151617181920
  1. name = 'MATLAB'
  2. version = '2015a'
  3. homepage = 'http://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 = {'name': 'dummy', 'version': ''}
  8. sources = [SOURCELOWER_TAR_GZ]
  9. dependencies = [('Java', '1.8.0_212')]
  10. import os
  11. license_server = os.getenv('EB_MATLAB_LICENSE_SERVER', 'matlab-lic-one.sipr.ucl.ac.be')
  12. license_server_port = os.getenv('EB_MATLAB_LICENSE_SERVER_PORT', '27000')
  13. key = os.getenv('EB_MATLAB_KEY', '30443-00886-35652-56209-29658-12469-07658-01636-14096-31487-39896-39957')
  14. moduleclass = 'math'