From 807665d8116325bc8dbf0723d77788cbca6bbe29 Mon Sep 17 00:00:00 2001
From: Tom Ridley <t.ridley@fz-juelich.de>
Date: Wed, 25 Oct 2023 14:35:07 +0200
Subject: [PATCH] Update SIONlib-DEEP-SEA-foss-2022a.eb to match config
 deployed on DEEP

---
 SIONlib-DEEP-SEA-foss-2022a.eb | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/SIONlib-DEEP-SEA-foss-2022a.eb b/SIONlib-DEEP-SEA-foss-2022a.eb
index d69e30f..5dc0555 100644
--- a/SIONlib-DEEP-SEA-foss-2022a.eb
+++ b/SIONlib-DEEP-SEA-foss-2022a.eb
@@ -1,6 +1,7 @@
 easyblock = "CMakeMake"
 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'
 description = """SIONlib is a scalable I/O library for the parallel access to
@@ -18,8 +19,11 @@ toolchain = {'name': 'foss', 'version': '2022a'}
 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']
-sources = ['SIONlib-%(version)s.tar.gz']
+source_urls = [
+    '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']
 
 sanity_check_paths = {
-- 
GitLab