Skip to content
Snippets Groups Projects
Commit 807665d8 authored by Tom Ridley's avatar Tom Ridley
Browse files

Update SIONlib-DEEP-SEA-foss-2022a.eb to match config deployed on DEEP

parent 88a53d14
Branches main
No related tags found
No related merge requests found
easyblock = "CMakeMake" easyblock = "CMakeMake"
name = "SIONlib" name = "SIONlib"
version = "DEEP-SEA" version = "2.0.0-rc3"
versionsuffix = "-DEEP-SEA"
homepage = 'http://www.fz-juelich.de/ias/jsc/EN/Expertise/Support/Software/SIONlib/_node.html' homepage = 'http://www.fz-juelich.de/ias/jsc/EN/Expertise/Support/Software/SIONlib/_node.html'
description = """SIONlib is a scalable I/O library for the parallel access to description = """SIONlib is a scalable I/O library for the parallel access to
...@@ -18,8 +19,11 @@ toolchain = {'name': 'foss', 'version': '2022a'} ...@@ -18,8 +19,11 @@ toolchain = {'name': 'foss', 'version': '2022a'}
builddependencies = [('CMake', '3.23.1')] builddependencies = [('CMake', '3.23.1')]
source_urls = ['https://gitlab.jsc.fz-juelich.de/cstao-public/SIONlib/sionlib-deep-sea/-/raw/main/SIONlib-%(version)s.tar.gz?inline=false'] source_urls = [
sources = ['SIONlib-%(version)s.tar.gz'] 'https://gitlab.jsc.fz-juelich.de/cstao-public/SIONlib/sionlib-deep-sea/-/' +
'raw/main/SIONlib%(versionsuffix)s.tar.gz?inline=false'
]
sources = ['SIONlib%(versionsuffix)s.tar.gz']
checksums = ['2c69c93d52536fcf13c4c9c38765ddca2fcf7f34a1a7aa001b4b3767f508b5eb'] checksums = ['2c69c93d52536fcf13c4c9c38765ddca2fcf7f34a1a7aa001b4b3767f508b5eb']
sanity_check_paths = { sanity_check_paths = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment