From 85d1f20855db413cef2a3efba42038b6358e0b9d Mon Sep 17 00:00:00 2001 From: Peter Urban Date: Wed, 14 Aug 2024 13:26:03 +0200 Subject: [PATCH] update pybind11 -> 2.13.3 --- meson.build | 2 +- subprojects/packagefiles/pybind11/meson.build | 2 +- subprojects/pybind11.wrap | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/meson.build b/meson.build index ae481a3..898b2e8 100644 --- a/meson.build +++ b/meson.build @@ -9,7 +9,7 @@ project( 'cpp', license: 'MPL-2.0', - version: '0.25.0', + version: '0.25.1', default_options: ['warning_level=2', 'buildtype=release', 'cpp_std=c++20'], meson_version: '>=1.3.2' #first version with clang-cl openmp support, ) diff --git a/subprojects/packagefiles/pybind11/meson.build b/subprojects/packagefiles/pybind11/meson.build index e66d18a..6909db7 100644 --- a/subprojects/packagefiles/pybind11/meson.build +++ b/subprojects/packagefiles/pybind11/meson.build @@ -1,5 +1,5 @@ project('pybind11', 'cpp', - version : '2.12.0', + version : '2.13.3', license : 'BSD-3-Clause') pybind11_incdir = include_directories('include') diff --git a/subprojects/pybind11.wrap b/subprojects/pybind11.wrap index 7798e1f..c6193d5 100644 --- a/subprojects/pybind11.wrap +++ b/subprojects/pybind11.wrap @@ -1,8 +1,8 @@ [wrap-file] -directory = pybind11-2.12.0 -source_url = https://github.com/pybind/pybind11/archive/refs/tags/v2.12.0.tar.gz -source_filename = pybind11-2.12.0.tar.gz -source_hash = bf8f242abd1abcd375d516a7067490fb71abd79519a282d22b6e4d19282185a7 +directory = pybind11-2.13.3 +source_url = https://github.com/pybind/pybind11/archive/refs/tags/v2.13.3.tar.gz +source_filename = pybind11-2.13.3.tar.gz +source_hash = 6e7a84ec241544f2f5e30c7a82c09c81f0541dd14e9d9ef61051e07105f9c445 patch_directory = pybind11