Skip to content

{lib}[GCCcore/14.2.0] Abseil v20250512.1#23175

Merged
Micket merged 2 commits intoeasybuilders:developfrom
Crivella:feature-abseil
Jun 21, 2025
Merged

{lib}[GCCcore/14.2.0] Abseil v20250512.1#23175
Micket merged 2 commits intoeasybuilders:developfrom
Crivella:feature-abseil

Conversation

@Crivella
Copy link
Copy Markdown
Contributor

Added EC

@github-actions
Copy link
Copy Markdown

github-actions bot commented Jun 20, 2025

Updated software Abseil-20250512.1-GCCcore-14.2.0.eb

Diff against Abseil-20240722.0-GCCcore-13.3.0.eb

easybuild/easyconfigs/a/Abseil/Abseil-20240722.0-GCCcore-13.3.0.eb

diff --git a/easybuild/easyconfigs/a/Abseil/Abseil-20240722.0-GCCcore-13.3.0.eb b/easybuild/easyconfigs/a/Abseil/Abseil-20250512.1-GCCcore-14.2.0.eb
index 8469c3d0fd..e5099de6f1 100644
--- a/easybuild/easyconfigs/a/Abseil/Abseil-20240722.0-GCCcore-13.3.0.eb
+++ b/easybuild/easyconfigs/a/Abseil/Abseil-20250512.1-GCCcore-14.2.0.eb
@@ -1,7 +1,7 @@
 easyblock = 'CMakeMake'
 
 name = 'Abseil'
-version = '20240722.0'
+version = '20250512.1'
 
 homepage = 'https://abseil.io/'
 description = """Abseil is an open-source collection of C++ library code designed to augment the
@@ -9,17 +9,17 @@ C++ standard library. The Abseil library code is collected from Google's own
 C++ code base, has been extensively tested and used in production, and is the
 same code we depend on in our daily coding lives."""
 
-toolchain = {'name': 'GCCcore', 'version': '13.3.0'}
+toolchain = {'name': 'GCCcore', 'version': '14.2.0'}
 toolchainopts = {'pic': True}
 
 source_urls = [
     'https://github.com/%(namelower)s/%(namelower)s-cpp/archive/refs/tags']
 sources = ['%(version)s.tar.gz']
-checksums = ['f50e5ac311a81382da7fa75b97310e4b9006474f9560ac46f54a9967f07d4ae3']
+checksums = ['9b7a064305e9fd94d124ffa6cc358592eb42b5da588fb4e07d09254aa40086db']
 
 builddependencies = [
     ('binutils', '2.42'),
-    ('CMake', '3.29.3'),
+    ('CMake', '3.31.3'),
 ]
 
 local_configopts = "-DABSL_PROPAGATE_CXX_STD=ON "
Diff against Abseil-20240116.1-GCCcore-13.2.0.eb

easybuild/easyconfigs/a/Abseil/Abseil-20240116.1-GCCcore-13.2.0.eb

diff --git a/easybuild/easyconfigs/a/Abseil/Abseil-20240116.1-GCCcore-13.2.0.eb b/easybuild/easyconfigs/a/Abseil/Abseil-20250512.1-GCCcore-14.2.0.eb
index 30ef399289..e5099de6f1 100644
--- a/easybuild/easyconfigs/a/Abseil/Abseil-20240116.1-GCCcore-13.2.0.eb
+++ b/easybuild/easyconfigs/a/Abseil/Abseil-20250512.1-GCCcore-14.2.0.eb
@@ -1,7 +1,7 @@
 easyblock = 'CMakeMake'
 
 name = 'Abseil'
-version = '20240116.1'
+version = '20250512.1'
 
 homepage = 'https://abseil.io/'
 description = """Abseil is an open-source collection of C++ library code designed to augment the
@@ -9,16 +9,17 @@ C++ standard library. The Abseil library code is collected from Google's own
 C++ code base, has been extensively tested and used in production, and is the
 same code we depend on in our daily coding lives."""
 
-toolchain = {'name': 'GCCcore', 'version': '13.2.0'}
+toolchain = {'name': 'GCCcore', 'version': '14.2.0'}
 toolchainopts = {'pic': True}
 
-source_urls = ['https://github.com/%(namelower)s/%(namelower)s-cpp/archive/refs/tags']
+source_urls = [
+    'https://github.com/%(namelower)s/%(namelower)s-cpp/archive/refs/tags']
 sources = ['%(version)s.tar.gz']
-checksums = ['3c743204df78366ad2eaf236d6631d83f6bc928d1705dd0000b872e53b73dc6a']
+checksums = ['9b7a064305e9fd94d124ffa6cc358592eb42b5da588fb4e07d09254aa40086db']
 
 builddependencies = [
-    ('binutils', '2.40'),
-    ('CMake', '3.27.6'),
+    ('binutils', '2.42'),
+    ('CMake', '3.31.3'),
 ]
 
 local_configopts = "-DABSL_PROPAGATE_CXX_STD=ON "
Diff against Abseil-20230125.2-GCCcore-11.3.0.eb

easybuild/easyconfigs/a/Abseil/Abseil-20230125.2-GCCcore-11.3.0.eb

diff --git a/easybuild/easyconfigs/a/Abseil/Abseil-20230125.2-GCCcore-11.3.0.eb b/easybuild/easyconfigs/a/Abseil/Abseil-20250512.1-GCCcore-14.2.0.eb
index 4ef1182ed9..e5099de6f1 100644
--- a/easybuild/easyconfigs/a/Abseil/Abseil-20230125.2-GCCcore-11.3.0.eb
+++ b/easybuild/easyconfigs/a/Abseil/Abseil-20250512.1-GCCcore-14.2.0.eb
@@ -1,7 +1,7 @@
 easyblock = 'CMakeMake'
 
 name = 'Abseil'
-version = '20230125.2'
+version = '20250512.1'
 
 homepage = 'https://abseil.io/'
 description = """Abseil is an open-source collection of C++ library code designed to augment the
@@ -9,16 +9,17 @@ C++ standard library. The Abseil library code is collected from Google's own
 C++ code base, has been extensively tested and used in production, and is the
 same code we depend on in our daily coding lives."""
 
-toolchain = {'name': 'GCCcore', 'version': '11.3.0'}
+toolchain = {'name': 'GCCcore', 'version': '14.2.0'}
 toolchainopts = {'pic': True}
 
-source_urls = ['https://github.com/abseil/abseil-cpp/archive/refs/tags']
+source_urls = [
+    'https://github.com/%(namelower)s/%(namelower)s-cpp/archive/refs/tags']
 sources = ['%(version)s.tar.gz']
-checksums = ['9a2b5752d7bfade0bdeee2701de17c9480620f8b237e1964c1b9967c75374906']
+checksums = ['9b7a064305e9fd94d124ffa6cc358592eb42b5da588fb4e07d09254aa40086db']
 
 builddependencies = [
-    ('binutils', '2.38'),
-    ('CMake', '3.24.3'),
+    ('binutils', '2.42'),
+    ('CMake', '3.31.3'),
 ]
 
 local_configopts = "-DABSL_PROPAGATE_CXX_STD=ON "

@Crivella Crivella changed the title Added EC for Abseil 20250512.1' Added EC for Abseil 20250512.1 Jun 20, 2025
@Crivella Crivella changed the title Added EC for Abseil 20250512.1 {lib}[GCCcore/14.2.0] Added EC for Abseil 20250512.1 Jun 20, 2025
@Micket Micket added this to the next release (5.1.1?) milestone Jun 21, 2025
Copy link
Copy Markdown
Contributor

@Micket Micket left a comment

Choose a reason for hiding this comment

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

lgtm

@Micket
Copy link
Copy Markdown
Contributor

Micket commented Jun 21, 2025

@boegelbot please test @ jsc-zen3

@boegelbot
Copy link
Copy Markdown
Collaborator

@Micket: Request for testing this PR well received on jsczen3l1.int.jsc-zen3.fz-juelich.de

PR test command 'if [[ develop != 'develop' ]]; then EB_BRANCH=develop ./easybuild_develop.sh 2> /dev/null 1>&2; EB_PREFIX=/home/boegelbot/easybuild/develop source init_env_easybuild_develop.sh; fi; EB_PR=23175 EB_ARGS= EB_CONTAINER= EB_REPO=easybuild-easyconfigs EB_BRANCH=develop /opt/software/slurm/bin/sbatch --job-name test_PR_23175 --ntasks=8 ~/boegelbot/eb_from_pr_upload_jsc-zen3.sh' executed!

  • exit code: 0
  • output:
Submitted batch job 6947

Test results coming soon (I hope)...

Details

- notification for comment with ID 2993202154 processed

Message to humans: this is just bookkeeping information for me,
it is of no use to you (unless you think I have a bug, which I don't).

@Micket
Copy link
Copy Markdown
Contributor

Micket commented Jun 21, 2025

Test report by @Micket
SUCCESS
Build succeeded for 1 out of 1 (1 easyconfigs in total)
vera-icelake-build - Linux Rocky Linux 9.4, x86_64, Intel(R) Xeon(R) Silver 4316 CPU @ 2.30GHz, Python 3.9.18
See https://gist.github.com/Micket/f3f5aee7536a600f6cb7da44635eb125 for a full test report.

@Micket
Copy link
Copy Markdown
Contributor

Micket commented Jun 21, 2025

Going in, thanks @Crivella!

@Micket Micket merged commit f25f1eb into easybuilders:develop Jun 21, 2025
8 checks passed
@boegelbot
Copy link
Copy Markdown
Collaborator

Test report by @boegelbot
SUCCESS
Build succeeded for 1 out of 1 (1 easyconfigs in total)
jsczen3c1.int.jsc-zen3.fz-juelich.de - Linux Rocky Linux 9.5, x86_64, AMD EPYC-Milan Processor (zen3), Python 3.9.21
See https://gist.github.com/boegelbot/278e7883d6497aed99983feaca605cb0 for a full test report.

@Crivella Crivella deleted the feature-abseil branch June 23, 2025 08:16
@boegel boegel changed the title {lib}[GCCcore/14.2.0] Added EC for Abseil 20250512.1 {lib}[GCCcore/14.2.0] Abseil v20250512.1 Jul 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants