From 0431e6844efc3bfd11d454df35d32d33b515ab63 Mon Sep 17 00:00:00 2001 From: Fotis Georgatos Date: Tue, 9 Dec 2014 20:27:51 +0100 Subject: [PATCH 1/2] bugfix headers, dance around identity fotis@cern.ch (NTUA) Signed-off-by: Fotis Georgatos --- easybuild/easybuild_config.py | 2 +- easybuild/framework/easyblock.py | 2 +- easybuild/framework/easyconfig/templates.py | 2 +- easybuild/framework/easyconfig/tools.py | 2 +- easybuild/framework/easyconfig/tweak.py | 2 +- easybuild/main.py | 2 +- easybuild/toolchains/gompic.py | 2 +- easybuild/tools/module_generator.py | 2 +- easybuild/tools/module_naming_scheme/utilities.py | 2 +- easybuild/tools/repository/filerepo.py | 2 +- easybuild/tools/repository/gitrepo.py | 2 +- easybuild/tools/repository/repository.py | 2 +- easybuild/tools/repository/svnrepo.py | 2 +- test/framework/easyconfigs/CUDA-5.5.22-GCC-4.8.2.eb | 4 ++-- 14 files changed, 15 insertions(+), 15 deletions(-) diff --git a/easybuild/easybuild_config.py b/easybuild/easybuild_config.py index 0d90c875a1..5befd7bf58 100644 --- a/easybuild/easybuild_config.py +++ b/easybuild/easybuild_config.py @@ -34,7 +34,7 @@ @author: Pieter De Baets (Ghent University) @author: Jens Timmerman (Ghent University) @author: Toon Willems (Ghent University) -@author: Fotis Georgatos (University of Luxembourg) +@author: Fotis Georgatos (Uni.Lu, NTUA) """ # diff --git a/easybuild/framework/easyblock.py b/easybuild/framework/easyblock.py index 99e005bb82..e6db49bec7 100644 --- a/easybuild/framework/easyblock.py +++ b/easybuild/framework/easyblock.py @@ -33,7 +33,7 @@ @author: Jens Timmerman (Ghent University) @author: Toon Willems (Ghent University) @author: Ward Poelmans (Ghent University) -@author: Fotis Georgatos (University of Luxembourg) +@author: Fotis Georgatos (Uni.Lu, NTUA) """ import copy diff --git a/easybuild/framework/easyconfig/templates.py b/easybuild/framework/easyconfig/templates.py index 42ec1038f8..57b973aca2 100644 --- a/easybuild/framework/easyconfig/templates.py +++ b/easybuild/framework/easyconfig/templates.py @@ -28,7 +28,7 @@ be used within an Easyconfig file. @author: Stijn De Weirdt (Ghent University) -@author: Fotis Georgatos (University of Luxembourg) +@author: Fotis Georgatos (Uni.Lu, NTUA) """ from vsc.utils import fancylogger diff --git a/easybuild/framework/easyconfig/tools.py b/easybuild/framework/easyconfig/tools.py index b1c237788c..a3c0599c07 100644 --- a/easybuild/framework/easyconfig/tools.py +++ b/easybuild/framework/easyconfig/tools.py @@ -33,7 +33,7 @@ @author: Pieter De Baets (Ghent University) @author: Jens Timmerman (Ghent University) @author: Toon Willems (Ghent University) -@author: Fotis Georgatos (University of Luxembourg) +@author: Fotis Georgatos (Uni.Lu, NTUA) """ import os diff --git a/easybuild/framework/easyconfig/tweak.py b/easybuild/framework/easyconfig/tweak.py index ebc233b085..ee4176bf52 100644 --- a/easybuild/framework/easyconfig/tweak.py +++ b/easybuild/framework/easyconfig/tweak.py @@ -31,7 +31,7 @@ @author: Pieter De Baets (Ghent University) @author: Jens Timmerman (Ghent University) @author: Toon Willems (Ghent University) -@author: Fotis Georgatos (University of Luxembourg) +@author: Fotis Georgatos (Uni.Lu, NTUA) """ import copy import glob diff --git a/easybuild/main.py b/easybuild/main.py index 12991f2145..a97ce592f1 100644 --- a/easybuild/main.py +++ b/easybuild/main.py @@ -33,7 +33,7 @@ @author: Jens Timmerman (Ghent University) @author: Toon Willems (Ghent University) @author: Ward Poelmans (Ghent University) -@author: Fotis Georgatos (University of Luxembourg) +@author: Fotis Georgatos (Uni.Lu, NTUA) """ import copy import os diff --git a/easybuild/toolchains/gompic.py b/easybuild/toolchains/gompic.py index b6b0b26edb..0a331d5daf 100644 --- a/easybuild/toolchains/gompic.py +++ b/easybuild/toolchains/gompic.py @@ -26,7 +26,7 @@ EasyBuild support for gompic compiler toolchain (includes GCC and OpenMPI and CUDA). @author: Kenneth Hoste (Ghent University) -@author: Fotis Georgatos (University of Luxembourg) +@author: Fotis Georgatos (Uni.Lu, NTUA) """ from easybuild.toolchains.gcccuda import GccCUDA diff --git a/easybuild/tools/module_generator.py b/easybuild/tools/module_generator.py index f83d3a55ee..ee8046caba 100644 --- a/easybuild/tools/module_generator.py +++ b/easybuild/tools/module_generator.py @@ -30,7 +30,7 @@ @author: Kenneth Hoste (Ghent University) @author: Pieter De Baets (Ghent University) @author: Jens Timmerman (Ghent University) -@author: Fotis Georgatos (Uni.Lu) +@author: Fotis Georgatos (Uni.Lu, NTUA) """ import os import re diff --git a/easybuild/tools/module_naming_scheme/utilities.py b/easybuild/tools/module_naming_scheme/utilities.py index 951d8015b3..8bd5053231 100644 --- a/easybuild/tools/module_naming_scheme/utilities.py +++ b/easybuild/tools/module_naming_scheme/utilities.py @@ -30,7 +30,7 @@ @author: Kenneth Hoste (Ghent University) @author: Pieter De Baets (Ghent University) @author: Jens Timmerman (Ghent University) -@author: Fotis Georgatos (Uni.Lu) +@author: Fotis Georgatos (Uni.Lu, NTUA) """ import os import string diff --git a/easybuild/tools/repository/filerepo.py b/easybuild/tools/repository/filerepo.py index 7e1b2f792e..4c1a58fe17 100644 --- a/easybuild/tools/repository/filerepo.py +++ b/easybuild/tools/repository/filerepo.py @@ -34,7 +34,7 @@ @author: Jens Timmerman (Ghent University) @author: Toon Willems (Ghent University) @author: Ward Poelmans (Ghent University) -@author: Fotis Georgatos (University of Luxembourg) +@author: Fotis Georgatos (Uni.Lu, NTUA) """ import os import time diff --git a/easybuild/tools/repository/gitrepo.py b/easybuild/tools/repository/gitrepo.py index f540e5ee1a..ab6a5f07ca 100644 --- a/easybuild/tools/repository/gitrepo.py +++ b/easybuild/tools/repository/gitrepo.py @@ -34,7 +34,7 @@ @author: Jens Timmerman (Ghent University) @author: Toon Willems (Ghent University) @author: Ward Poelmans (Ghent University) -@author: Fotis Georgatos (University of Luxembourg) +@author: Fotis Georgatos (Uni.Lu, NTUA) """ import getpass import os diff --git a/easybuild/tools/repository/repository.py b/easybuild/tools/repository/repository.py index 3775bacfba..a8dca02326 100644 --- a/easybuild/tools/repository/repository.py +++ b/easybuild/tools/repository/repository.py @@ -32,7 +32,7 @@ @author: Jens Timmerman (Ghent University) @author: Toon Willems (Ghent University) @author: Ward Poelmans (Ghent University) -@author: Fotis Georgatos (University of Luxembourg) +@author: Fotis Georgatos (Uni.Lu, NTUA) """ from vsc.utils import fancylogger from vsc.utils.missing import get_subclasses diff --git a/easybuild/tools/repository/svnrepo.py b/easybuild/tools/repository/svnrepo.py index cadb0e633b..31f38abdc9 100644 --- a/easybuild/tools/repository/svnrepo.py +++ b/easybuild/tools/repository/svnrepo.py @@ -34,7 +34,7 @@ @author: Jens Timmerman (Ghent University) @author: Toon Willems (Ghent University) @author: Ward Poelmans (Ghent University) -@author: Fotis Georgatos (University of Luxembourg) +@author: Fotis Georgatos (Uni.Lu, NTUA) """ import getpass import os diff --git a/test/framework/easyconfigs/CUDA-5.5.22-GCC-4.8.2.eb b/test/framework/easyconfigs/CUDA-5.5.22-GCC-4.8.2.eb index a8e69945a9..f4bf718e88 100644 --- a/test/framework/easyconfigs/CUDA-5.5.22-GCC-4.8.2.eb +++ b/test/framework/easyconfigs/CUDA-5.5.22-GCC-4.8.2.eb @@ -1,8 +1,8 @@ ## # This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild # -# Copyright:: Copyright 2012-2013 Cyprus Institute / CaSToRC, University of Luxembourg / LCSB, Ghent University -# Authors:: George Tsouloupas , Fotis Georgatos , Kenneth Hoste +# Copyright:: Copyright 2012-2014 Cyprus Institute / CaSToRC, Uni.Lu/LCSB, NTUA, Ghent University +# Authors:: George Tsouloupas , Fotis Georgatos , Kenneth Hoste # License:: MIT/GPL # $Id$ # From 03b28ee9c2f58ff86fedbd3bb2f90203432011d2 Mon Sep 17 00:00:00 2001 From: Fotis Georgatos Date: Thu, 11 Dec 2014 19:03:51 +0100 Subject: [PATCH 2/2] add FG, in relation to EASYBLOCK_CLASS_PREFIX & STRING_ENCODING_CHARMAP Signed-off-by: Fotis Georgatos --- easybuild/tools/filetools.py | 1 + 1 file changed, 1 insertion(+) diff --git a/easybuild/tools/filetools.py b/easybuild/tools/filetools.py index 18e8c754dc..0ea45a2f31 100644 --- a/easybuild/tools/filetools.py +++ b/easybuild/tools/filetools.py @@ -32,6 +32,7 @@ @author: Jens Timmerman (Ghent University) @author: Toon Willems (Ghent University) @author: Ward Poelmans (Ghent University) +@author: Fotis Georgatos (Uni.Lu, NTUA) """ import os import re