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