Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion easyconfigs/m/MATLAB/MATLAB-2024b-r6.eb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ download_instructions = f'Download {sources[0]} from mathworks.com'
java_options = '-Xmx2048m'

osdependencies = [('p7zip-plugins', 'p7zip-full')] # for extracting iso-files
dependencies = [('MathWorksServiceHost', '2025.10.0.2')]
dependencies = [
('MathWorksServiceHost', '2025.10.0.2'),
('alsa-lib', '1.2.10'), # libasound.so.2 is required for various elements of MATLAB
]

# 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'
Expand Down