Skip to content

{vis}[intel/2023b] IMAS-ParaView v2.2.0#25513

Open
SimonPinches wants to merge 1 commit intoeasybuilders:developfrom
SimonPinches:20260306092858_new_pr_IMAS-ParaView220
Open

{vis}[intel/2023b] IMAS-ParaView v2.2.0#25513
SimonPinches wants to merge 1 commit intoeasybuilders:developfrom
SimonPinches:20260306092858_new_pr_IMAS-ParaView220

Conversation

@SimonPinches
Copy link
Copy Markdown
Contributor

@SimonPinches SimonPinches commented Mar 6, 2026

(created using eb --new-pr)

This PR depends upon:

@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 6, 2026

Updated software IMAS-ParaView-2.2.0-intel-2023b.eb

Diff against IMAS-ParaView-2.1.0-foss-2023b.eb

easybuild/easyconfigs/i/IMAS-ParaView/IMAS-ParaView-2.1.0-foss-2023b.eb

diff --git a/easybuild/easyconfigs/i/IMAS-ParaView/IMAS-ParaView-2.1.0-foss-2023b.eb b/easybuild/easyconfigs/i/IMAS-ParaView/IMAS-ParaView-2.2.0-intel-2023b.eb
index bfccfac084..09a2eb2693 100644
--- a/easybuild/easyconfigs/i/IMAS-ParaView/IMAS-ParaView-2.1.0-foss-2023b.eb
+++ b/easybuild/easyconfigs/i/IMAS-ParaView/IMAS-ParaView-2.2.0-intel-2023b.eb
@@ -1,23 +1,23 @@
 easyblock = 'PythonPackage'
 
 name = 'IMAS-ParaView'
-version = '2.1.0'
+version = '2.2.0'
 
 description = """ParaView plugin to convert GGD structures to VTK"""
 homepage = "https://github.com/iterorganization/IMAS-ParaView"
 
-toolchain = {'name': 'foss', 'version': '2023b'}
+toolchain = {'name': 'intel', 'version': '2023b'}
 
 source_urls = [PYPI_LOWER_SOURCE]
 sources = ['imas_paraview-%(version)s.tar.gz']
-checksums = ['e7250efcf0d3d8a937de710e1d1557c7f2715dcc48fd7bd0691435565587372d']
+checksums = ['91f5e6da49c0972dcff4909fecaa3f31ce9a845a58353a77961ba2d294ca57a1']
 
 dependencies = [
     ('Python', '3.11.5'),
-    ('SciPy-bundle', '2023.11'),
+    ('SciPy-bundle', '2023.12'),
     ('ParaView', '5.12.0'),
     ('VTK', '9.3.0'),
-    ('IMAS-Python', '2.0.0'),
+    ('IMAS-Python', '2.1.0'),
 ]
 
 modextrapaths = {


dependencies = [
('Python', '3.11.5'),
('SciPy-bundle', '2023.12'),
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this be ( 'SciPy-bundle', '2023.11') ? That's the version we have in 2023b

Copy link
Copy Markdown
Contributor Author

@SimonPinches SimonPinches Mar 12, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR relies upon #20262. (SciPy-bundle hasn't been built for 2023.11).

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The version was changed later on in #24931. This is why unit tests are failing in this PR.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will fix this and any other PRs accordingly as soon as I get time.

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.

2 participants