mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

new file: d/DFTB+/DFTB+-21.1-intel-2020b-Python-3.8.6-karolina.eb new file: h/HDF5/HDF5-1.10.6-OAMD-2021a-parallel.eb new file: h/h5py/h5py-3.1.0-intel-2020b.eb modified: m/MATLAB/MATLAB-2021a.eb new file: o/OpenMPI/OpenMPI-4.0.6-NVHPC-21.9-CUDA-11.4.1-v2.eb new file: q/QMCPACK/QMCPACK-3.11.0-AOCC-3.1.0-OpenMPI-4.1.1-Python-3.8.6.eb new file: s/SciPy-bundle/SciPy-bundle-2020.11-AOCC-3.1.0.eb new file: s/Szip/Szip-2.1.1-OAMD-2021a.eb new file: z/zlib/zlib-1.2.11-OAMD-2021a.eb
31 lines
993 B
Plaintext
31 lines
993 B
Plaintext
# IT4Innovations
|
|
# LK 2021
|
|
|
|
name = 'MATLAB'
|
|
version = '2021a'
|
|
|
|
homepage = 'https://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 = SYSTEM
|
|
|
|
sources = ['matlab-%(version)s.tar.gz']
|
|
checksums = ['af53ba32e959c40071128e717a48495d']
|
|
|
|
#java_options = '-Xmx2048m'
|
|
|
|
#dependencies = [('Java', '1.8.0_221')]
|
|
|
|
# Use EB_MATLAB_KEY environment variable or uncomment and modify license key
|
|
# key = '00000-00000-00000-00000-00000-00000-00000-00000-00000-00000-00000-00000'
|
|
|
|
# Use EB_MATLAB_LICENSE_SERVER and EB_MATLAB_LICENSE_SERVER_PORT environment variables or
|
|
# uncomment and modify the following variables for installation with floating license server
|
|
# license_file = 'my-license-file'
|
|
license_server = 'lm-praha.metacentrum.cz'
|
|
license_server_port = '1712'
|
|
|
|
moduleclass = 'math'
|