Skip to content

{lib}[GCCcore/13.3.0] grpcio v1.70.0#22504

Merged
smoors merged 3 commits intoeasybuilders:developfrom
appolloford:20250308175257_new_pr_grpcio1700
Mar 20, 2025
Merged

{lib}[GCCcore/13.3.0] grpcio v1.70.0#22504
smoors merged 3 commits intoeasybuilders:developfrom
appolloford:20250308175257_new_pr_grpcio1700

Conversation

@appolloford
Copy link
Copy Markdown
Contributor

(created using eb --new-pr)

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Mar 8, 2025

Updated software grpcio-1.70.0-GCCcore-13.3.0.eb

Diff against grpcio-1.67.1-GCCcore-13.2.0.eb

easybuild/easyconfigs/g/grpcio/grpcio-1.67.1-GCCcore-13.2.0.eb

diff --git a/easybuild/easyconfigs/g/grpcio/grpcio-1.67.1-GCCcore-13.2.0.eb b/easybuild/easyconfigs/g/grpcio/grpcio-1.70.0-GCCcore-13.3.0.eb
index ee4375bea0..913ec56b50 100644
--- a/easybuild/easyconfigs/g/grpcio/grpcio-1.67.1-GCCcore-13.2.0.eb
+++ b/easybuild/easyconfigs/g/grpcio/grpcio-1.70.0-GCCcore-13.3.0.eb
@@ -1,31 +1,32 @@
 easyblock = 'PythonBundle'
 
 name = 'grpcio'
-version = '1.67.1'
+version = '1.70.0'
 
 homepage = 'https://grpc.io/'
 description = """gRPC is a modern, open source, high-performance remote procedure call (RPC)
 framework that can run anywhere. gRPC enables client and server applications to
 communicate transparently, and simplifies the building of connected systems."""
 
-toolchain = {'name': 'GCCcore', 'version': '13.2.0'}
+toolchain = {'name': 'GCCcore', 'version': '13.3.0'}
 toolchainopts = {'pic': True}
 
 builddependencies = [
-    ('binutils', '2.40'),
-    ('OpenSSL', '1.1', '', SYSTEM),
-    ('RE2', '2024-03-01'),
+    ('binutils', '2.42'),
+    ('OpenSSL', '3', '', SYSTEM),
+    ('RE2', '2024-07-02'),
 ]
 
 dependencies = [
-    ('Python', '3.11.5'),
-    ('protobuf-python', '4.25.3'),
-    ('Abseil', '20240116.1'),
+    ('Python', '3.12.3'),
+    ('protobuf-python', '5.28.0'),
+    ('Abseil', '20240722.0'),
 ]
 
 exts_list = [
     (name, version, {
         'modulename': 'grpc',
+        'patches': ['grpcio-1.67.1_use-ebroot.patch'],
         'preinstallopts': (
             # patch hardcoded /usr paths to prefix them with alternate sysroot path (if defined)
             "sed -i 's@/usr@%(sysroot)s/usr@g' setup.py && "
@@ -38,9 +39,8 @@ exts_list = [
             "GRPC_PYTHON_BUILD_SYSTEM_RE2=True "
             "GRPC_PYTHON_BUILD_SYSTEM_ABSL=True "
         ),
-        'patches': ['grpcio-1.67.1_use-ebroot.patch'],
         'checksums': [
-            {'grpcio-1.67.1.tar.gz': '3dc2ed4cabea4dc14d5e708c2b426205956077cc5de419b4d4079315017e9732'},
+            {'grpcio-1.70.0.tar.gz': '8d1584a68d5922330025881e63a6c1b54cc8117291d382e4fa69339b6d914c56'},
             {'grpcio-1.67.1_use-ebroot.patch': '8606002b8689d9ffde1c7aa097f0fd430430b42f2230ea427b73525de69c568b'},
         ],
     }),
Diff against grpcio-1.57.0-GCCcore-12.2.0.eb

easybuild/easyconfigs/g/grpcio/grpcio-1.57.0-GCCcore-12.2.0.eb

diff --git a/easybuild/easyconfigs/g/grpcio/grpcio-1.57.0-GCCcore-12.2.0.eb b/easybuild/easyconfigs/g/grpcio/grpcio-1.70.0-GCCcore-13.3.0.eb
index 5ef1818798..913ec56b50 100644
--- a/easybuild/easyconfigs/g/grpcio/grpcio-1.57.0-GCCcore-12.2.0.eb
+++ b/easybuild/easyconfigs/g/grpcio/grpcio-1.70.0-GCCcore-13.3.0.eb
@@ -1,31 +1,32 @@
 easyblock = 'PythonBundle'
 
 name = 'grpcio'
-version = '1.57.0'
+version = '1.70.0'
 
 homepage = 'https://grpc.io/'
 description = """gRPC is a modern, open source, high-performance remote procedure call (RPC)
 framework that can run anywhere. gRPC enables client and server applications to
 communicate transparently, and simplifies the building of connected systems."""
 
-toolchain = {'name': 'GCCcore', 'version': '12.2.0'}
+toolchain = {'name': 'GCCcore', 'version': '13.3.0'}
 toolchainopts = {'pic': True}
 
 builddependencies = [
-    ('binutils', '2.39'),
-    ('OpenSSL', '1.1', '', SYSTEM),
-    ('RE2', '2023-03-01'),
+    ('binutils', '2.42'),
+    ('OpenSSL', '3', '', SYSTEM),
+    ('RE2', '2024-07-02'),
 ]
 
 dependencies = [
-    ('Python', '3.10.8'),
-    ('protobuf-python', '4.23.0'),
-    ('Abseil', '20230125.2'),
+    ('Python', '3.12.3'),
+    ('protobuf-python', '5.28.0'),
+    ('Abseil', '20240722.0'),
 ]
 
 exts_list = [
     (name, version, {
         'modulename': 'grpc',
+        'patches': ['grpcio-1.67.1_use-ebroot.patch'],
         'preinstallopts': (
             # patch hardcoded /usr paths to prefix them with alternate sysroot path (if defined)
             "sed -i 's@/usr@%(sysroot)s/usr@g' setup.py && "
@@ -38,12 +39,9 @@ exts_list = [
             "GRPC_PYTHON_BUILD_SYSTEM_RE2=True "
             "GRPC_PYTHON_BUILD_SYSTEM_ABSL=True "
         ),
-        'patches': ['grpcio-1.57.0_use-ebroot.patch'],
         'checksums': [
-            {'grpcio-1.57.0.tar.gz':
-             '4b089f7ad1eb00a104078bab8015b0ed0ebcb3b589e527ab009c53893fd4e613'},
-            {'grpcio-1.57.0_use-ebroot.patch':
-             '5faf822cd817b723ae9361e43656d0ecc7b3333a166bbab2df80b43ae588e510'},
+            {'grpcio-1.70.0.tar.gz': '8d1584a68d5922330025881e63a6c1b54cc8117291d382e4fa69339b6d914c56'},
+            {'grpcio-1.67.1_use-ebroot.patch': '8606002b8689d9ffde1c7aa097f0fd430430b42f2230ea427b73525de69c568b'},
         ],
     }),
 ]
Diff against grpcio-1.57.0-GCCcore-12.3.0.eb

easybuild/easyconfigs/g/grpcio/grpcio-1.57.0-GCCcore-12.3.0.eb

diff --git a/easybuild/easyconfigs/g/grpcio/grpcio-1.57.0-GCCcore-12.3.0.eb b/easybuild/easyconfigs/g/grpcio/grpcio-1.70.0-GCCcore-13.3.0.eb
index 4aa0932980..913ec56b50 100644
--- a/easybuild/easyconfigs/g/grpcio/grpcio-1.57.0-GCCcore-12.3.0.eb
+++ b/easybuild/easyconfigs/g/grpcio/grpcio-1.70.0-GCCcore-13.3.0.eb
@@ -1,31 +1,32 @@
 easyblock = 'PythonBundle'
 
 name = 'grpcio'
-version = '1.57.0'
+version = '1.70.0'
 
 homepage = 'https://grpc.io/'
 description = """gRPC is a modern, open source, high-performance remote procedure call (RPC)
 framework that can run anywhere. gRPC enables client and server applications to
 communicate transparently, and simplifies the building of connected systems."""
 
-toolchain = {'name': 'GCCcore', 'version': '12.3.0'}
+toolchain = {'name': 'GCCcore', 'version': '13.3.0'}
 toolchainopts = {'pic': True}
 
 builddependencies = [
-    ('binutils', '2.40'),
-    ('OpenSSL', '1.1', '', SYSTEM),
-    ('RE2', '2023-08-01'),
+    ('binutils', '2.42'),
+    ('OpenSSL', '3', '', SYSTEM),
+    ('RE2', '2024-07-02'),
 ]
 
 dependencies = [
-    ('Python', '3.11.3'),
-    ('protobuf-python', '4.24.0'),
-    ('Abseil', '20230125.3'),
+    ('Python', '3.12.3'),
+    ('protobuf-python', '5.28.0'),
+    ('Abseil', '20240722.0'),
 ]
 
 exts_list = [
     (name, version, {
         'modulename': 'grpc',
+        'patches': ['grpcio-1.67.1_use-ebroot.patch'],
         'preinstallopts': (
             # patch hardcoded /usr paths to prefix them with alternate sysroot path (if defined)
             "sed -i 's@/usr@%(sysroot)s/usr@g' setup.py && "
@@ -38,12 +39,9 @@ exts_list = [
             "GRPC_PYTHON_BUILD_SYSTEM_RE2=True "
             "GRPC_PYTHON_BUILD_SYSTEM_ABSL=True "
         ),
-        'patches': ['grpcio-1.57.0_use-ebroot.patch'],
         'checksums': [
-            {'grpcio-1.57.0.tar.gz':
-             '4b089f7ad1eb00a104078bab8015b0ed0ebcb3b589e527ab009c53893fd4e613'},
-            {'grpcio-1.57.0_use-ebroot.patch':
-             '5faf822cd817b723ae9361e43656d0ecc7b3333a166bbab2df80b43ae588e510'},
+            {'grpcio-1.70.0.tar.gz': '8d1584a68d5922330025881e63a6c1b54cc8117291d382e4fa69339b6d914c56'},
+            {'grpcio-1.67.1_use-ebroot.patch': '8606002b8689d9ffde1c7aa097f0fd430430b42f2230ea427b73525de69c568b'},
         ],
     }),
 ]

@github-actions github-actions Bot added the update label Mar 8, 2025
@smoors smoors changed the base branch from 5.0.x to develop March 19, 2025 16:48
Comment thread easybuild/easyconfigs/g/grpcio/grpcio-1.70.0-GCCcore-13.3.0.eb Outdated
@smoors
Copy link
Copy Markdown
Contributor

smoors commented Mar 20, 2025

@boegelbot please test @ jsc-zen3

@boegelbot
Copy link
Copy Markdown
Collaborator

@smoors: 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=22504 EB_ARGS= EB_CONTAINER= EB_REPO=easybuild-easyconfigs EB_BRANCH=develop /opt/software/slurm/bin/sbatch --job-name test_PR_22504 --ntasks=8 ~/boegelbot/eb_from_pr_upload_jsc-zen3.sh' executed!

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

Test results coming soon (I hope)...

Details

- notification for comment with ID 2740738031 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).

@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/89bca5f2c440f15a2f7dc061bc564e01 for a full test report.

@smoors smoors added this to the release after 5.0.0 milestone Mar 20, 2025
Copy link
Copy Markdown
Contributor

@smoors smoors left a comment

Choose a reason for hiding this comment

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

lgtm

@smoors
Copy link
Copy Markdown
Contributor

smoors commented Mar 20, 2025

Going in, thanks @appolloford!

@smoors smoors merged commit ccacb0c into easybuilders:develop Mar 20, 2025
8 checks passed
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