From 7f5a05d74e0b5efbc0be1e17e6e319dd94695e78 Mon Sep 17 00:00:00 2001 From: Thomas Eylenbosch Date: Fri, 15 Jan 2021 10:27:20 +0100 Subject: [PATCH] add changes from hound --- easybuild/tools/module_naming_scheme/generation_mns.py | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/easybuild/tools/module_naming_scheme/generation_mns.py b/easybuild/tools/module_naming_scheme/generation_mns.py index fb4c5e619a..71b6fe76c6 100644 --- a/easybuild/tools/module_naming_scheme/generation_mns.py +++ b/easybuild/tools/module_naming_scheme/generation_mns.py @@ -71,8 +71,9 @@ def det_module_subdir(self, ec): if ec['toolchain']['name'] == 'foss': release_date = ec['toolchain']['version'] - elif ec['toolchain']['name'] == 'GCCcore': - # please add a new GCCcore version if you want to use a new toolchain version. + elif ec['toolchain']['name'] == 'GCCcore': + # please add a new GCCcore version + # if you want to use a new toolchain version. if ec['toolchain']['version'] == '7.3.0': release_date = '2018b' elif ec['toolchain']['version'] == '6.3.0': @@ -85,8 +86,9 @@ def det_module_subdir(self, ec): release_date = '2019b' elif ec['toolchain']['version'] == '10.2.0': release_date = '2020b' - elif ec['toolchain']['name'] == 'GCC': - # please add a new GCC version if you want to use a new toolchain version. + elif ec['toolchain']['name'] == 'GCC': + # please add a new GCC version + # if you want to use a new toolchain version. if ec['toolchain']['version'] == '7.3.0-2.30': release_date = '2018b' elif ec['toolchain']['version'] == '6.3.0-2.27':