mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-11 09:22:12 +01:00

new file: b/Bison/Bison-3.7.6-GCCcore-10.2.0.eb new file: b/bwidget/bwidget-1.9.14-GCCcore-10.2.0.eb new file: d/DFTB+/DFTB+-21.1-intel-2020a-Python-3.8.2.eb new file: g/GDRCopy/GDRCopy-2.1-NVHPC-21.2-CUDA-11.2.0.eb new file: g/GDRCopy/GDRCopy-2.1-NVHPC-21.2-CUDA-11.2.2.eb new file: g/GDRCopy/GDRCopy-2.1-NVHPC-21.2-CUDA-11.3.0.eb new file: g/git/git-2.31.1.eb new file: m/MATLAB/MATLAB-2021a.eb new file: m/Molpro/Molpro-mpp-2021.1.0.linux_x86_64_openmp.eb new file: o/OpenMPI/OpenMPI-4.0.5-NVHPC-21.2-CUDA-11.2.2.eb new file: o/OpenMPI/OpenMPI-4.0.5-NVHPC-21.2-CUDA-11.3.0.eb new file: "o/OpenMPI/\\" new file: s/SoX/SoX-14.4.2-intel-2020b.eb modified: s/SoX/SoX-14.4.2.eb new file: t/Tcl/Tcl-8.6.11-GCCcore-10.2.0.eb new file: t/Tk/Tk-8.6.11-GCCcore-10.2.0.eb new file: t/Togl/Togl-2.0-GCCcore-10.2.0.eb new file: t/Togl/Togl-2.0_configure.patch new file: t/Togl/Togl-2.0_decl.patch new file: u/UCX/UCX-1.10.1-NVHPC-21.2-CUDA-11.3.0.eb new file: u/UCX/UCX-1.9.0-NVHPC-21.2-CUDA-11.2.2.eb new file: u/UCX/UCX-1.9.0-NVHPC-21.2-CUDA-11.3.0.eb new file: x/XCrySDen/XCrySDen-1.6.2-intel-2020b.eb
31 lines
989 B
Plaintext
31 lines
989 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 = 'my-license-server'
|
|
# license_server_port = '1234'
|
|
|
|
moduleclass = 'math'
|