Skip to content
Snippets Groups Projects
Commit 0f9afaaa authored by Alexandre Strube's avatar Alexandre Strube
Browse files

Merge branch 'as-shpc-2023' into '2023'

shpc wasn't installed so far - so I might just as well upgrade it

See merge request software-team/easybuild!1807
parents 9de693ed e381d80a
No related branches found
No related tags found
No related merge requests found
easyblock = 'PythonBundle' easyblock = 'PythonBundle'
name = 'shpc' name = 'shpc'
version = '0.1.17' version = '0.1.19'
homepage = 'https://github.com/singularityhub/singularity-hpc' homepage = 'https://github.com/singularityhub/singularity-hpc'
...@@ -10,8 +10,6 @@ Environement Modules. Works for users and admins.""" ...@@ -10,8 +10,6 @@ Environement Modules. Works for users and admins."""
toolchain = {'name': 'GCCcore', 'version': '11.3.0'} toolchain = {'name': 'GCCcore', 'version': '11.3.0'}
#
# sources = ['%(version)s.tar.gz']
builddependencies = [('binutils', '2.38')] builddependencies = [('binutils', '2.38')]
...@@ -37,7 +35,7 @@ exts_list = [ ...@@ -37,7 +35,7 @@ exts_list = [
(name, version, { (name, version, {
'source_urls': ['https://github.com/singularityhub/singularity-hpc/archive/refs/tags/'], 'source_urls': ['https://github.com/singularityhub/singularity-hpc/archive/refs/tags/'],
'sources': ['%(version)s.tar.gz'], 'sources': ['%(version)s.tar.gz'],
'checksums': ['ca5315142d0b3690a07fc12ea147c404a05ed75f9552ce7f563f833cf8832b58'], 'checksums': ['5dbccd6e05d09a547a6d70e137ed626f514ac29623d4557799b076f7db04b0a5'],
}), }),
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment