Skip to content

Commit

Permalink
update pybind11 -> 2.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-urban committed Aug 14, 2024
1 parent fffbc0b commit 85d1f20
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)
Expand Down
2 changes: 1 addition & 1 deletion subprojects/packagefiles/pybind11/meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('pybind11', 'cpp',
version : '2.12.0',
version : '2.13.3',
license : 'BSD-3-Clause')

pybind11_incdir = include_directories('include')
Expand Down
8 changes: 4 additions & 4 deletions subprojects/pybind11.wrap
Original file line number Diff line number Diff line change
@@ -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


Expand Down

0 comments on commit 85d1f20

Please sign in to comment.