From 87b0e6e22373e65c17b0f08f8e57288333f97951 Mon Sep 17 00:00:00 2001 From: Jens Henrik Goebbert <j.goebbert@fz-juelich.de> Date: Sat, 7 Oct 2023 10:41:15 +0200 Subject: [PATCH] cleanup --- ...upyterProxy-Matlab-0.8.0-GCCcore-11.3.0-2023.3.6.eb | 2 ++ Golden_Repo/m/MATLAB/MATLAB-2023a-GCCcore-11.3.0.eb | 10 ++++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Golden_Repo/j/JupyterProxy-Matlab/JupyterProxy-Matlab-0.8.0-GCCcore-11.3.0-2023.3.6.eb b/Golden_Repo/j/JupyterProxy-Matlab/JupyterProxy-Matlab-0.8.0-GCCcore-11.3.0-2023.3.6.eb index a240c065..7dff76f6 100644 --- a/Golden_Repo/j/JupyterProxy-Matlab/JupyterProxy-Matlab-0.8.0-GCCcore-11.3.0-2023.3.6.eb +++ b/Golden_Repo/j/JupyterProxy-Matlab/JupyterProxy-Matlab-0.8.0-GCCcore-11.3.0-2023.3.6.eb @@ -4,6 +4,8 @@ name = 'JupyterProxy-Matlab' version = '0.8.0' local_jupyterver = '2023.3.6' versionsuffix = '-' + local_jupyterver + +# only users of the UNIX-group 'matlab' must have access group = 'matlab' homepage = 'https://github.com/mathworks/jupyter-matlab-proxy' diff --git a/Golden_Repo/m/MATLAB/MATLAB-2023a-GCCcore-11.3.0.eb b/Golden_Repo/m/MATLAB/MATLAB-2023a-GCCcore-11.3.0.eb index f5ca6d44..afdfd67a 100644 --- a/Golden_Repo/m/MATLAB/MATLAB-2023a-GCCcore-11.3.0.eb +++ b/Golden_Repo/m/MATLAB/MATLAB-2023a-GCCcore-11.3.0.eb @@ -1,5 +1,11 @@ +# Attention: before calling 'eb': +# export EB_MATLAB_KEY as fileInstallationKey +# or export EB_MATLAB_LICFILE as license file + name = 'MATLAB' version = '2023a' + +# only users of the UNIX-group 'matlab' must have access group = 'matlab' homepage = 'https://www.mathworks.com/products/matlab.html' @@ -20,10 +26,6 @@ dependencies = [ java_options = '-Xmx2048m' -# Attention: before calling 'eb': -# export EB_MATLAB_KEY as fileInstallationKey -# or export EB_MATLAB_LICFILE as license file - postinstallcmds = [ # create a wrapper script to ensure we do not mess up the environment # because MATLAB comes with its own libstdc++ and other system libs -- GitLab