From e381d80a500ee79ff094a121c7f64463705bce7e Mon Sep 17 00:00:00 2001 From: Alexandre Strube <a.strube@fz-juelich.de> Date: Tue, 21 Feb 2023 17:21:53 +0100 Subject: [PATCH] shpc wasn't installed so far - so I might just as well upgrade it --- ...1.17-GCCcore-11.3.0.eb => shpc-0.1.19-GCCcore-11.3.0.eb} | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) rename Golden_Repo/s/shpc/{shpc-0.1.17-GCCcore-11.3.0.eb => shpc-0.1.19-GCCcore-11.3.0.eb} (93%) diff --git a/Golden_Repo/s/shpc/shpc-0.1.17-GCCcore-11.3.0.eb b/Golden_Repo/s/shpc/shpc-0.1.19-GCCcore-11.3.0.eb similarity index 93% rename from Golden_Repo/s/shpc/shpc-0.1.17-GCCcore-11.3.0.eb rename to Golden_Repo/s/shpc/shpc-0.1.19-GCCcore-11.3.0.eb index 04e02382d..664f4a179 100644 --- a/Golden_Repo/s/shpc/shpc-0.1.17-GCCcore-11.3.0.eb +++ b/Golden_Repo/s/shpc/shpc-0.1.19-GCCcore-11.3.0.eb @@ -1,7 +1,7 @@ easyblock = 'PythonBundle' name = 'shpc' -version = '0.1.17' +version = '0.1.19' homepage = 'https://github.com/singularityhub/singularity-hpc' @@ -10,8 +10,6 @@ Environement Modules. Works for users and admins.""" toolchain = {'name': 'GCCcore', 'version': '11.3.0'} -# -# sources = ['%(version)s.tar.gz'] builddependencies = [('binutils', '2.38')] @@ -37,7 +35,7 @@ exts_list = [ (name, version, { 'source_urls': ['https://github.com/singularityhub/singularity-hpc/archive/refs/tags/'], 'sources': ['%(version)s.tar.gz'], - 'checksums': ['ca5315142d0b3690a07fc12ea147c404a05ed75f9552ce7f563f833cf8832b58'], + 'checksums': ['5dbccd6e05d09a547a6d70e137ed626f514ac29623d4557799b076f7db04b0a5'], }), ] -- GitLab