Skip to content

{chem,tools,vis}[GCC/14.2.0] AICD v3.0.4, POV-Ray v3.7.0.10, PovChem1 v1.0#25688

Open
JarneRenders wants to merge 2 commits intoeasybuilders:developfrom
JarneRenders:20260408111828_new_pr_AICD304
Open

{chem,tools,vis}[GCC/14.2.0] AICD v3.0.4, POV-Ray v3.7.0.10, PovChem1 v1.0#25688
JarneRenders wants to merge 2 commits intoeasybuilders:developfrom
JarneRenders:20260408111828_new_pr_AICD304

Conversation

@JarneRenders
Copy link
Copy Markdown
Contributor

(created using eb --new-pr)

….2.0.eb, PovChem1-1.0-GCC-14.2.0.eb and patches: AICD-3.0.4_fix_BaseDir.patch
@github-actions github-actions bot added 2025a issues & PRs related to 2025a common toolchains manual_download Sources require manual download new update labels Apr 8, 2026
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 8, 2026

Updated software POV-Ray-3.7.0.10-GCC-14.2.0.eb

Diff against POV-Ray-3.7.0.10-GCC-13.3.0.eb

easybuild/easyconfigs/p/POV-Ray/POV-Ray-3.7.0.10-GCC-13.3.0.eb

diff --git a/easybuild/easyconfigs/p/POV-Ray/POV-Ray-3.7.0.10-GCC-13.3.0.eb b/easybuild/easyconfigs/p/POV-Ray/POV-Ray-3.7.0.10-GCC-14.2.0.eb
index 8fde0bf678..382e432d59 100644
--- a/easybuild/easyconfigs/p/POV-Ray/POV-Ray-3.7.0.10-GCC-13.3.0.eb
+++ b/easybuild/easyconfigs/p/POV-Ray/POV-Ray-3.7.0.10-GCC-14.2.0.eb
@@ -21,7 +21,7 @@ description = """The Persistence of Vision Raytracer, or POV-Ray, is a ray traci
  of computer platforms. POV-Ray is a high-quality, Free Software tool for creating stunning
  three-dimensional graphics. The source code is available for those wanting to do their own ports."""
 
-toolchain = {'name': 'GCC', 'version': '13.3.0'}
+toolchain = {'name': 'GCC', 'version': '14.2.0'}
 toolchainopts = {'pic': True}
 
 source_urls = ['https://github.com/POV-Ray/povray/archive/']
@@ -33,18 +33,18 @@ checksums = [
 ]
 
 builddependencies = [
-    ('Autotools', '20231222'),
+    ('Autotools', '20240712'),
 ]
 
 dependencies = [
-    ('Boost', '1.85.0'),
+    ('Boost', '1.88.0'),
     ('zlib', '1.3.1'),
-    ('libpng', '1.6.43'),
-    ('libjpeg-turbo', '3.0.1'),
-    ('X11', '20240607'),
-    ('LibTIFF', '4.6.0'),
-    ('SDL2', '2.30.6'),
-    ('OpenEXR', '3.2.4'),
+    ('libpng', '1.6.48'),
+    ('libjpeg-turbo', '3.1.0'),
+    ('X11', '20250521'),
+    ('LibTIFF', '4.7.0'),
+    ('SDL2', '2.32.8'),
+    ('OpenEXR', '3.3.4'),
 ]
 
 preconfigopts = "cd unix && sed -i 's/^automake/automake --add-missing; automake/g' prebuild.sh && "
Diff against POV-Ray-3.7.0.10-GCC-14.3.0.eb

easybuild/easyconfigs/p/POV-Ray/POV-Ray-3.7.0.10-GCC-14.3.0.eb

diff --git a/easybuild/easyconfigs/p/POV-Ray/POV-Ray-3.7.0.10-GCC-14.3.0.eb b/easybuild/easyconfigs/p/POV-Ray/POV-Ray-3.7.0.10-GCC-14.2.0.eb
index bae6bd67fb..382e432d59 100644
--- a/easybuild/easyconfigs/p/POV-Ray/POV-Ray-3.7.0.10-GCC-14.3.0.eb
+++ b/easybuild/easyconfigs/p/POV-Ray/POV-Ray-3.7.0.10-GCC-14.2.0.eb
@@ -21,7 +21,7 @@ description = """The Persistence of Vision Raytracer, or POV-Ray, is a ray traci
  of computer platforms. POV-Ray is a high-quality, Free Software tool for creating stunning
  three-dimensional graphics. The source code is available for those wanting to do their own ports."""
 
-toolchain = {'name': 'GCC', 'version': '14.3.0'}
+toolchain = {'name': 'GCC', 'version': '14.2.0'}
 toolchainopts = {'pic': True}
 
 source_urls = ['https://github.com/POV-Ray/povray/archive/']
@@ -33,17 +33,17 @@ checksums = [
 ]
 
 builddependencies = [
-    ('Autotools', '20250527'),
+    ('Autotools', '20240712'),
 ]
 
 dependencies = [
     ('Boost', '1.88.0'),
     ('zlib', '1.3.1'),
-    ('libpng', '1.6.50'),
-    ('libjpeg-turbo', '3.1.1'),
-    ('X11', '20250608'),
+    ('libpng', '1.6.48'),
+    ('libjpeg-turbo', '3.1.0'),
+    ('X11', '20250521'),
     ('LibTIFF', '4.7.0'),
-    ('SDL2', '2.32.10'),
+    ('SDL2', '2.32.8'),
     ('OpenEXR', '3.3.4'),
 ]
 
Diff against POV-Ray-3.7.0.10-GCC-12.3.0.eb

easybuild/easyconfigs/p/POV-Ray/POV-Ray-3.7.0.10-GCC-12.3.0.eb

diff --git a/easybuild/easyconfigs/p/POV-Ray/POV-Ray-3.7.0.10-GCC-12.3.0.eb b/easybuild/easyconfigs/p/POV-Ray/POV-Ray-3.7.0.10-GCC-14.2.0.eb
index 25b29b178d..382e432d59 100644
--- a/easybuild/easyconfigs/p/POV-Ray/POV-Ray-3.7.0.10-GCC-12.3.0.eb
+++ b/easybuild/easyconfigs/p/POV-Ray/POV-Ray-3.7.0.10-GCC-14.2.0.eb
@@ -21,7 +21,7 @@ description = """The Persistence of Vision Raytracer, or POV-Ray, is a ray traci
  of computer platforms. POV-Ray is a high-quality, Free Software tool for creating stunning
  three-dimensional graphics. The source code is available for those wanting to do their own ports."""
 
-toolchain = {'name': 'GCC', 'version': '12.3.0'}
+toolchain = {'name': 'GCC', 'version': '14.2.0'}
 toolchainopts = {'pic': True}
 
 source_urls = ['https://github.com/POV-Ray/povray/archive/']
@@ -33,18 +33,18 @@ checksums = [
 ]
 
 builddependencies = [
-    ('Autotools', '20220317'),
+    ('Autotools', '20240712'),
 ]
 
 dependencies = [
-    ('Boost', '1.82.0'),
-    ('zlib', '1.2.13'),
-    ('libpng', '1.6.39'),
-    ('libjpeg-turbo', '2.1.5.1'),
-    ('X11', '20230603'),
-    ('LibTIFF', '4.5.0'),
-    ('SDL2', '2.28.2'),
-    ('OpenEXR', '3.1.7'),
+    ('Boost', '1.88.0'),
+    ('zlib', '1.3.1'),
+    ('libpng', '1.6.48'),
+    ('libjpeg-turbo', '3.1.0'),
+    ('X11', '20250521'),
+    ('LibTIFF', '4.7.0'),
+    ('SDL2', '2.32.8'),
+    ('OpenEXR', '3.3.4'),
 ]
 
 preconfigopts = "cd unix && sed -i 's/^automake/automake --add-missing; automake/g' prebuild.sh && "

@JarneRenders
Copy link
Copy Markdown
Contributor Author

Test report by @JarneRenders
SUCCESS
Build succeeded for 3 out of 3 (total: 3 mins 23 secs) (3 easyconfigs in total)
node510.anansi.os - Linux Rocky Linux 9.7 (Blue Onyx), x86_64, AMD EPYC 9335 32-Core Processor, Python 3.9.25
See https://gist.github.com/JarneRenders/a7918156127e1c0e49843d818155d3d1 for a full test report.

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

Labels

2025a issues & PRs related to 2025a common toolchains manual_download Sources require manual download new update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant