Skip to content

{lib}[GCC/13.3.0] pybind11 v2.13.6#22167

Merged
smoors merged 1 commit intoeasybuilders:developfrom
ThomasHoffmann77:20250116162347_new_pr_pybind112136
Jan 20, 2025
Merged

{lib}[GCC/13.3.0] pybind11 v2.13.6#22167
smoors merged 1 commit intoeasybuilders:developfrom
ThomasHoffmann77:20250116162347_new_pr_pybind112136

Conversation

@ThomasHoffmann77
Copy link
Contributor

@ThomasHoffmann77 ThomasHoffmann77 commented Jan 16, 2025

(created using eb --new-pr)
from PR #21864

@github-actions
Copy link

Updated software pybind11-2.13.6-GCC-13.3.0.eb

Diff against pybind11-2.12.0-GCC-13.3.0.eb

easybuild/easyconfigs/p/pybind11/pybind11-2.12.0-GCC-13.3.0.eb

diff --git a/easybuild/easyconfigs/p/pybind11/pybind11-2.12.0-GCC-13.3.0.eb b/easybuild/easyconfigs/p/pybind11/pybind11-2.13.6-GCC-13.3.0.eb
index e4e0460d13..2e698fa2bb 100644
--- a/easybuild/easyconfigs/p/pybind11/pybind11-2.12.0-GCC-13.3.0.eb
+++ b/easybuild/easyconfigs/p/pybind11/pybind11-2.13.6-GCC-13.3.0.eb
@@ -1,5 +1,5 @@
 name = 'pybind11'
-version = '2.12.0'
+version = '2.13.6'
 
 homepage = 'https://pybind11.readthedocs.io'
 description = """pybind11 is a lightweight header-only library that exposes C++ types in Python and vice versa,
@@ -13,7 +13,7 @@ patches = [
     'pybind11-2.10.3_require-catch.patch',
 ]
 checksums = [
-    {'v2.12.0.tar.gz': 'bf8f242abd1abcd375d516a7067490fb71abd79519a282d22b6e4d19282185a7'},
+    {'v2.13.6.tar.gz': 'e08cb87f4773da97fa7b5f035de8763abc656d87d5773e62f6da0587d1f0ec20'},
     {'pybind11-2.10.3_require-catch.patch': '4a27ba3ef1d5c535d120d6178a6e876ae678e4899a07500aab37908357b0b60b'},
 ]
 
Diff against pybind11-2.11.1-GCCcore-13.2.0.eb

easybuild/easyconfigs/p/pybind11/pybind11-2.11.1-GCCcore-13.2.0.eb

diff --git a/easybuild/easyconfigs/p/pybind11/pybind11-2.11.1-GCCcore-13.2.0.eb b/easybuild/easyconfigs/p/pybind11/pybind11-2.13.6-GCC-13.3.0.eb
index a7e27c5261..2e698fa2bb 100644
--- a/easybuild/easyconfigs/p/pybind11/pybind11-2.11.1-GCCcore-13.2.0.eb
+++ b/easybuild/easyconfigs/p/pybind11/pybind11-2.13.6-GCC-13.3.0.eb
@@ -1,35 +1,33 @@
 name = 'pybind11'
-version = '2.11.1'
+version = '2.13.6'
 
 homepage = 'https://pybind11.readthedocs.io'
 description = """pybind11 is a lightweight header-only library that exposes C++ types in Python and vice versa,
  mainly to create Python bindings of existing C++ code."""
 
-toolchain = {'name': 'GCCcore', 'version': '13.2.0'}
+toolchain = {'name': 'GCC', 'version': '13.3.0'}
 
 source_urls = ['https://github.com/pybind/pybind11/archive/']
 sources = ['v%(version)s.tar.gz']
 patches = [
-    'pybind11-2.10.3_fix-nvcc-compat.patch',
     'pybind11-2.10.3_require-catch.patch',
 ]
 checksums = [
-    {'v2.11.1.tar.gz': 'd475978da0cdc2d43b73f30910786759d593a9d8ee05b1b6846d1eb16c6d2e0c'},
-    {'pybind11-2.10.3_fix-nvcc-compat.patch': '510a23dac47b8b440c06c101d269451c95e09907d9034b6b8a16aeb8b89364ae'},
+    {'v2.13.6.tar.gz': 'e08cb87f4773da97fa7b5f035de8763abc656d87d5773e62f6da0587d1f0ec20'},
     {'pybind11-2.10.3_require-catch.patch': '4a27ba3ef1d5c535d120d6178a6e876ae678e4899a07500aab37908357b0b60b'},
 ]
 
 builddependencies = [
-    ('binutils', '2.40'),
-    ('CMake', '3.27.6'),
+    ('CMake', '3.29.3'),
     # Test dependencies
     ('Eigen', '3.4.0'),
-    ('Catch2', '2.13.9'),
-    ('Python-bundle-PyPI', '2023.10'),  # to provide pytest
+    ('Catch2', '2.13.10'),
+    ('Python-bundle-PyPI', '2024.06'),  # to provide pytest
 ]
 
 dependencies = [
-    ('Python', '3.11.5'),
+    ('Boost', '1.85.0'),
+    ('Python', '3.12.3'),
 ]
 
 moduleclass = 'lib'
Diff against pybind11-2.11.1-GCCcore-12.3.0.eb

easybuild/easyconfigs/p/pybind11/pybind11-2.11.1-GCCcore-12.3.0.eb

diff --git a/easybuild/easyconfigs/p/pybind11/pybind11-2.11.1-GCCcore-12.3.0.eb b/easybuild/easyconfigs/p/pybind11/pybind11-2.13.6-GCC-13.3.0.eb
index 489231503e..2e698fa2bb 100644
--- a/easybuild/easyconfigs/p/pybind11/pybind11-2.11.1-GCCcore-12.3.0.eb
+++ b/easybuild/easyconfigs/p/pybind11/pybind11-2.13.6-GCC-13.3.0.eb
@@ -1,32 +1,33 @@
 name = 'pybind11'
-version = '2.11.1'
+version = '2.13.6'
 
 homepage = 'https://pybind11.readthedocs.io'
 description = """pybind11 is a lightweight header-only library that exposes C++ types in Python and vice versa,
  mainly to create Python bindings of existing C++ code."""
 
-toolchain = {'name': 'GCCcore', 'version': '12.3.0'}
+toolchain = {'name': 'GCC', 'version': '13.3.0'}
 
 source_urls = ['https://github.com/pybind/pybind11/archive/']
 sources = ['v%(version)s.tar.gz']
 patches = [
-    'pybind11-2.10.3_fix-nvcc-compat.patch',
     'pybind11-2.10.3_require-catch.patch',
 ]
 checksums = [
-    {'v2.11.1.tar.gz': 'd475978da0cdc2d43b73f30910786759d593a9d8ee05b1b6846d1eb16c6d2e0c'},
-    {'pybind11-2.10.3_fix-nvcc-compat.patch': '510a23dac47b8b440c06c101d269451c95e09907d9034b6b8a16aeb8b89364ae'},
+    {'v2.13.6.tar.gz': 'e08cb87f4773da97fa7b5f035de8763abc656d87d5773e62f6da0587d1f0ec20'},
     {'pybind11-2.10.3_require-catch.patch': '4a27ba3ef1d5c535d120d6178a6e876ae678e4899a07500aab37908357b0b60b'},
 ]
 
 builddependencies = [
-    ('binutils', '2.40'),
-    ('CMake', '3.26.3'),
+    ('CMake', '3.29.3'),
     # Test dependencies
     ('Eigen', '3.4.0'),
-    ('Catch2', '2.13.9'),
-    ('Python-bundle-PyPI', '2023.06'),  # to provide pytest
+    ('Catch2', '2.13.10'),
+    ('Python-bundle-PyPI', '2024.06'),  # to provide pytest
+]
+
+dependencies = [
+    ('Boost', '1.85.0'),
+    ('Python', '3.12.3'),
 ]
-dependencies = [('Python', '3.11.3')]
 
 moduleclass = 'lib'

@smoors
Copy link
Contributor

smoors commented Jan 20, 2025

@boegelbot please test @ jsc-zen3

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

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

Test results coming soon (I hope)...

Details

- notification for comment with ID 2602857486 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
Collaborator

Test report by @boegelbot
SUCCESS
Build succeeded for 1 out of 1 (1 easyconfigs in total)
jsczen3c2.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/aeb3703059df819adaec5ed82aa916a4 for a full test report.

Copy link
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 smoors added this to the release after 4.9.4 milestone Jan 20, 2025
@smoors
Copy link
Contributor

smoors commented Jan 20, 2025

Going in, thanks @ThomasHoffmann77!

@smoors smoors merged commit 2b4087d into easybuilders:develop Jan 20, 2025
10 checks passed
@boegel boegel modified the milestones: release after 4.9.4, 5.0.0 Mar 18, 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.

4 participants