From fd322a515c7870bca4f0b8240f6826a08a09b2df Mon Sep 17 00:00:00 2001
From: Jens Henrik Goebbert <j.goebbert@fz-juelich.de>
Date: Sat, 7 Oct 2023 10:16:50 +0200
Subject: [PATCH] update permissions

---
 .../JupyterProxy-Matlab-0.8.0-GCCcore-11.3.0-2023.3.6.eb     | 1 +
 Golden_Repo/m/MATLAB/MATLAB-2023a-GCCcore-11.3.0.eb          | 5 +----
 2 files changed, 2 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 7f165632..a240c065 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,7 @@ name = 'JupyterProxy-Matlab'
 version = '0.8.0'
 local_jupyterver = '2023.3.6'
 versionsuffix = '-' + local_jupyterver
+group = 'matlab'
 
 homepage = 'https://github.com/mathworks/jupyter-matlab-proxy'
 description = """The MATLAB integration for Jupyter enables you to open a MATLAB desktop
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 1668c2d8..f5ca6d44 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,6 @@
 name = 'MATLAB'
 version = '2023a'
+group = 'matlab'
 
 homepage = 'https://www.mathworks.com/products/matlab.html'
 description = """MATLAB is a high-level language and interactive environment
@@ -45,10 +46,6 @@ postinstallcmds = [
     'chmod +x %(installdir)s/bin/matlab',
 ]
 
-group = "matlab"
-# group_writable_installdir = False
-# read_only_installdir = true
-
 modloadmsg = """
 Attention: This software is RESTRICTED to ACADEMIC users who are members of the group matlab\n.
 """
-- 
GitLab