new file: m/MATLAB/MATLAB-2018a.eb

Former-commit-id: a3819d772b5538ffe4cbb2c8a4e04455c6d2922c
This commit is contained in:
Lukáš Krupčík 2018-08-17 11:58:21 +02:00
parent 1664c093eb
commit 886548a9f3

27
m/MATLAB/MATLAB-2018a.eb Normal file
View File

@ -0,0 +1,27 @@
# IT4Innovations 2018
# eb MATLAB-2018a.eb -r --include-easyblocks /apps/easybuild/python/easybuild/easyblocks/m/matlab.py
name = 'MATLAB'
version = '2018a'
versionsuffix = '-EDU'
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_121')
]
import os
license_server = os.getenv('EB_MATLAB_LICENSE_SERVER', 'licedu.it4i.cz')
license_server_port = os.getenv('EB_MATLAB_LICENSE_SERVER_PORT', '27010')
key = os.getenv('EB_MATLAB_KEY', '32281-34896-01091-33020-46066')
#exts_defaultclass = os.getenv('EB_MATLAB_KEY', '45771-53699-35271-44920-00140-27727-41599-08721-28943-58889-44878-45933')
moduleclass = 'math'