Skip to content

Conversation

@JarneRenders
Copy link
Contributor

@JarneRenders JarneRenders commented Oct 8, 2025

@github-actions github-actions bot added the update label Oct 8, 2025
@github-actions
Copy link

github-actions bot commented Oct 8, 2025

Updated software Zennit-1.0.0-foss-2024a-CUDA-12.6.0.eb

Diff against Zennit-1.0.0-foss-2024a.eb

easybuild/easyconfigs/z/Zennit/Zennit-1.0.0-foss-2024a.eb

diff --git a/easybuild/easyconfigs/z/Zennit/Zennit-1.0.0-foss-2024a.eb b/easybuild/easyconfigs/z/Zennit/Zennit-1.0.0-foss-2024a-CUDA-12.6.0.eb
index 2c97e14dbc..e64f8dffb3 100644
--- a/easybuild/easyconfigs/z/Zennit/Zennit-1.0.0-foss-2024a.eb
+++ b/easybuild/easyconfigs/z/Zennit/Zennit-1.0.0-foss-2024a-CUDA-12.6.0.eb
@@ -2,6 +2,7 @@ easyblock = 'PythonBundle'
 
 name = 'Zennit'
 version = '1.0.0'
+versionsuffix = '-CUDA-%(cudaver)s'
 
 homepage = 'https://zennit.readthedocs.io'
 description = """Zennit (Zennit explains neural networks in torch) is a high-level framework in
@@ -15,9 +16,10 @@ toolchain = {'name': 'foss', 'version': '2024a'}
 builddependencies = [('hatchling', '1.24.2')]
 
 dependencies = [
+    ('CUDA', '12.6.0', '', SYSTEM),
     ('Python', '3.12.3'),
-    ('PyTorch', '2.6.0'),
-    ('torchvision', '0.21.0'),
+    ('PyTorch', '2.6.0', versionsuffix),
+    ('torchvision', '0.21.0', versionsuffix),
     ('Pillow', '10.4.0'),
 ]
 

Updated software Zennit-1.0.0-foss-2024a.eb

Diff against Zennit-1.0.0-foss-2024a-CUDA-12.6.0.eb

easybuild/easyconfigs/z/Zennit/Zennit-1.0.0-foss-2024a-CUDA-12.6.0.eb

diff --git a/easybuild/easyconfigs/z/Zennit/Zennit-1.0.0-foss-2024a-CUDA-12.6.0.eb b/easybuild/easyconfigs/z/Zennit/Zennit-1.0.0-foss-2024a.eb
index e64f8dffb3..2c97e14dbc 100644
--- a/easybuild/easyconfigs/z/Zennit/Zennit-1.0.0-foss-2024a-CUDA-12.6.0.eb
+++ b/easybuild/easyconfigs/z/Zennit/Zennit-1.0.0-foss-2024a.eb
@@ -2,7 +2,6 @@ easyblock = 'PythonBundle'
 
 name = 'Zennit'
 version = '1.0.0'
-versionsuffix = '-CUDA-%(cudaver)s'
 
 homepage = 'https://zennit.readthedocs.io'
 description = """Zennit (Zennit explains neural networks in torch) is a high-level framework in
@@ -16,10 +15,9 @@ toolchain = {'name': 'foss', 'version': '2024a'}
 builddependencies = [('hatchling', '1.24.2')]
 
 dependencies = [
-    ('CUDA', '12.6.0', '', SYSTEM),
     ('Python', '3.12.3'),
-    ('PyTorch', '2.6.0', versionsuffix),
-    ('torchvision', '0.21.0', versionsuffix),
+    ('PyTorch', '2.6.0'),
+    ('torchvision', '0.21.0'),
     ('Pillow', '10.4.0'),
 ]
 

@Thyre Thyre added the 2024a issues & PRs related to 2024a common toolchains label Oct 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

2024a issues & PRs related to 2024a common toolchains update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants