Skip to content

{tools}[intel/2023b] IMAS-Python v2.0.1#23131

Open
SimonPinches wants to merge 3 commits intoeasybuilders:developfrom
SimonPinches:20250618154609_new_pr_IMAS-Python201
Open

{tools}[intel/2023b] IMAS-Python v2.0.1#23131
SimonPinches wants to merge 3 commits intoeasybuilders:developfrom
SimonPinches:20250618154609_new_pr_IMAS-Python201

Conversation

@SimonPinches
Copy link
Copy Markdown
Contributor

(created using eb --new-pr)

@github-actions
Copy link
Copy Markdown

github-actions bot commented Jun 18, 2025

Updated software IMAS-Python-2.0.1-intel-2023b.eb

Diff against IMAS-Python-2.0.1-foss-2023b.eb

easybuild/easyconfigs/i/IMAS-Python/IMAS-Python-2.0.1-foss-2023b.eb

diff --git a/easybuild/easyconfigs/i/IMAS-Python/IMAS-Python-2.0.1-foss-2023b.eb b/easybuild/easyconfigs/i/IMAS-Python/IMAS-Python-2.0.1-intel-2023b.eb
index 5fb9d069ed..b04412ca72 100644
--- a/easybuild/easyconfigs/i/IMAS-Python/IMAS-Python-2.0.1-foss-2023b.eb
+++ b/easybuild/easyconfigs/i/IMAS-Python/IMAS-Python-2.0.1-intel-2023b.eb
@@ -6,11 +6,11 @@ version = '2.0.1'
 description = """A pure-python library to handle IDSs"""
 homepage = "https://github.com/iterorganization/IMAS-Python"
 
-toolchain = {'name': 'foss', 'version': '2023b'}
+toolchain = {'name': 'intel', 'version': '2023b'}
 
 dependencies = [
     ('Python', '3.11.5'),
-    ('SciPy-bundle', '2023.11'),
+    ('SciPy-bundle', '2023.12'),
     ('python-xxhash', '3.4.1'),
     ('netcdf4-python', '1.7.1.post2'),
     ('h5py', '3.11.0'),
Diff against IMAS-Python-2.0.0-foss-2023b.eb

easybuild/easyconfigs/i/IMAS-Python/IMAS-Python-2.0.0-foss-2023b.eb

diff --git a/easybuild/easyconfigs/i/IMAS-Python/IMAS-Python-2.0.0-foss-2023b.eb b/easybuild/easyconfigs/i/IMAS-Python/IMAS-Python-2.0.1-intel-2023b.eb
index d24ddf2107..b04412ca72 100644
--- a/easybuild/easyconfigs/i/IMAS-Python/IMAS-Python-2.0.0-foss-2023b.eb
+++ b/easybuild/easyconfigs/i/IMAS-Python/IMAS-Python-2.0.1-intel-2023b.eb
@@ -1,34 +1,35 @@
 easyblock = 'PythonBundle'
 
 name = 'IMAS-Python'
-version = '2.0.0'
+version = '2.0.1'
 
 description = """A pure-python library to handle IDSs"""
 homepage = "https://github.com/iterorganization/IMAS-Python"
 
-toolchain = {'name': 'foss', 'version': '2023b'}
+toolchain = {'name': 'intel', 'version': '2023b'}
 
 dependencies = [
     ('Python', '3.11.5'),
-    ('SciPy-bundle', '2023.11'),
-    ('Python-bundle-PyPI', '2023.10'),
+    ('SciPy-bundle', '2023.12'),
     ('python-xxhash', '3.4.1'),
     ('netcdf4-python', '1.7.1.post2'),
     ('h5py', '3.11.0'),
-    ('GitPython', '3.1.42'),
     ('xarray', '2024.5.0'),
     # ('IMAS-AL-Core', '5.4.3'), # Uncomment if accessible to enable more functionality
 ]
 
 exts_list = [
-    ('saxonche', '12.5.0', {
-        'sources': ['%(name)s-%(version)s-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl'],
-        'checksums': ['620849d0411e32a20193099106ddfe97d3ba07aa4b76ef0edab94920fdae0b34'],
+    ('saxonche', '12.7.0', {
+        'sources': ['%(name)s-%(version)s-cp311-cp311-manylinux_2_24_x86_64.whl'],
+        'checksums': ['262c284f772cad3a18dc06b0d55d4032849083c00049fe24c1e7e67a0c625bff'],
     }),
-    ('imas', version, {
-        'source_urls': ['https://github.com/iterorganization/IMAS-Python/archive/refs/tags/'],
-        'sources': ['%(version)s.tar.gz'],
-        'checksums': ['a020847a06e93d31af8a8685017801a069ff2043d2f4903ba221029217da70f4'],
+    ('imas_data_dictionaries', '4.0.0', {
+        'sources': ['%(name)s-%(version)s-py3-none-any.whl'],
+        'checksums': ['e38c7fa155fd36369d8d724484ba0818f1d2392e31fc86985861ff91cded5659'],
+    }),
+    ('imas_python', version, {
+        'modulename': 'imas',
+        'checksums': ['8448e50390a6e7955dca2ee9b821408bbb0c7d6e901740463ca5d5a7cc018a54'],
     }),
 ]
 

@SimonPinches
Copy link
Copy Markdown
Contributor Author

SimonPinches commented Jun 19, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants