From ca40bebc4231f18e5b4c611bbbba4a7b6e44c679 Mon Sep 17 00:00:00 2001 From: Jens Henrik Goebbert <j.goebbert@fz-juelich.de> Date: Mon, 21 Aug 2023 11:19:31 +0200 Subject: [PATCH] add group restriction --- Golden_Repo/m/MATLAB/MATLAB-2023a-GCCcore-11.3.0.eb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 15318047..df76b8ce 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 @@ -45,8 +45,10 @@ postinstallcmds = [ 'chmod +x %(installdir)s/bin/matlab', ] +group = "matlab" + modloadmsg = """ -Attention: This is a RESTRICTED software available for ACADEMIC users only. +Attention: This software is RESTRICTED to ACADEMIC users who are members of the group matlab\n. """ modextravars = { -- GitLab