{vis}[foss/2025a] ParaView v6.0.1#23671
Conversation
Updated software
|
|
@paulmelis please update to mesa 25.1.3 from #23144 |
| ('FFmpeg', '7.1.1'), | ||
| ('Szip', '2.1.1'), | ||
| ('matplotlib', '3.10.3'), # For rendering of latex-format labels | ||
| ('OSPRay', '2.12.0', '', SYSTEM), # Leads to incorrect coloring when using ospray 3.x |
There was a problem hiding this comment.
We should only add this for x86, since we break building on other platforms otherwise.
|
Test report by @boegel |
boegel
left a comment
There was a problem hiding this comment.
easybuild/easyconfigs/p/ParaView/ParaView-6.0.0-foss-2025a.eb needs to be renamed to easybuild/easyconfigs/p/ParaView/ParaView-6.0.1-foss-2025a.eb...
@paulmelis @maxim-masterov @casparvl Can one of you help out with this? |
Maintainers can rename, so I did so. |
|
@boegelbot please test @ jsc-zen3 |
|
@boegel: Request for testing this PR well received on jsczen3l1.int.jsc-zen3.fz-juelich.de PR test command '
Test results coming soon (I hope)... Details- notification for comment with ID 3396449683 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @boegelbot |
|
Build is failing due to missing dependency: |
|
@boegelbot please test @ jsc-zen3 |
|
@boegel: Request for testing this PR well received on jsczen3l1.int.jsc-zen3.fz-juelich.de PR test command '
Test results coming soon (I hope)... Details- notification for comment with ID 3397369827 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @boegelbot |
|
Test report by @boegel |
|
Going in, thanks @paulmelis! |
(created using
eb --new-pr)Updated to use Qt6, as that is what the official paraview distribution now also uses. Some cleanups in the config options, as 6.0 now can use GLX, EGL and OSMesa from the same build for pvserver, pvpython and pvbatch (see https://www.kitware.com/paraview-6-0-0-release-notes/). Added matplotlib to make latex-style text labels work. Enabled raytracing-based rendering with OSPRay (needs 2.x as 3.x gives wrong colors, plus Paraview itself builds against 2.12.0).
Switched to ninja as build tool, as make gave build errors.
Needs