From bfc665080c45f28ffd8b3a29b52ccbc902068b48 Mon Sep 17 00:00:00 2001 From: Sebastian Achilles <s.achilles@fz-juelich.de> Date: Wed, 22 Feb 2023 22:10:31 +0100 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- Golden_Repo/f/FreeSurfer/FreeSurfer-7.3.2-GCCcore-11.3.0.eb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Golden_Repo/f/FreeSurfer/FreeSurfer-7.3.2-GCCcore-11.3.0.eb b/Golden_Repo/f/FreeSurfer/FreeSurfer-7.3.2-GCCcore-11.3.0.eb index 9f90f4a1a..3bb710dfd 100644 --- a/Golden_Repo/f/FreeSurfer/FreeSurfer-7.3.2-GCCcore-11.3.0.eb +++ b/Golden_Repo/f/FreeSurfer/FreeSurfer-7.3.2-GCCcore-11.3.0.eb @@ -32,7 +32,7 @@ dependencies = [ # If FASTDATA_jsc is not defined then assume we are on CI and hence the path is relative to the repo local_licdir = local_os.environ.get('FASTDATA_jsc') -local_licdir = local_os.path.join(local_licdir, 'swmanage', 'EasyBuild', '2022') if local_licdir else '.' +local_licdir = local_os.path.join(local_licdir, 'swmanage', 'EasyBuild', '2023') if local_licdir else '.' license_text = open(f'{local_licdir}/Golden_Repo/f/FreeSurfer/license_text.txt', 'r').read() moduleclass = 'bio' -- GitLab