From 07320e42bc4b39faeec553d6ff3a9a3dfdae3ec1 Mon Sep 17 00:00:00 2001 From: James Carpenter Date: Thu, 18 Dec 2025 23:26:24 +0000 Subject: [PATCH] Add alsa-lib to dependencies to fix issue with install --- easyconfigs/m/MATLAB/MATLAB-2024b-r6.eb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/easyconfigs/m/MATLAB/MATLAB-2024b-r6.eb b/easyconfigs/m/MATLAB/MATLAB-2024b-r6.eb index c8cf7658..0fbf78c1 100644 --- a/easyconfigs/m/MATLAB/MATLAB-2024b-r6.eb +++ b/easyconfigs/m/MATLAB/MATLAB-2024b-r6.eb @@ -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'