MATLAB-UCL-2017a.eb 891 B

1234567891011121314151617181920212223
  1. name = 'MATLAB'
  2. version = '2017a'
  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. # be sure to copy both DVD content to the SAME directory,
  9. # including the hidden files, especially .dvd1 and .dvd2
  10. sources = [SOURCELOWER_TAR_GZ]
  11. dependencies = [('Java', '1.8.0_212')]
  12. import os
  13. license_server = os.getenv('EB_MATLAB_LICENSE_SERVER', 'matlab-lic-one.sipr.ucl.ac.be')
  14. license_server_port = os.getenv('EB_MATLAB_LICENSE_SERVER_PORT', '27000')
  15. key = os.getenv('EB_MATLAB_KEY', '23627-03737-21424-33859-38222-52037-11304-55330-60141-42965-56522-14541')
  16. #tmpdir = os.getenv('TMPDIR', '/truetmp')
  17. moduleclass = 'math'