diff --git a/meson.build b/meson.build index b44c13c..f2faca0 100644 --- a/meson.build +++ b/meson.build @@ -9,7 +9,7 @@ project( 'cpp', license: 'MPL-2.0', - version: '0.23.0', + version: '0.23.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/catch2.wrap b/subprojects/catch2.wrap index e93d6ab..cda84ee 100644 --- a/subprojects/catch2.wrap +++ b/subprojects/catch2.wrap @@ -1,8 +1,8 @@ [wrap-file] -directory = Catch2-3.5.4 -source_url = https://github.com/catchorg/Catch2/archive/refs/tags/v3.5.4.tar.gz -source_filename = v3.5.4.tar.gz -source_hash = b7754b711242c167d8f60b890695347f90a1ebc95949a045385114165d606dbb +directory = Catch2-3.6.0 +source_url = https://github.com/catchorg/Catch2/archive/refs/tags/v3.6.0.tar.gz +source_filename = v3.6.0.tar.gz +source_hash = 485932259a75c7c6b72d4b874242c489ea5155d17efa345eb8cc72159f49f356 [provide] catch2 = catch2_dep diff --git a/subprojects/packagefiles/xsimd/meson.build b/subprojects/packagefiles/xsimd/meson.build index ec3c026..ad8358e 100644 --- a/subprojects/packagefiles/xsimd/meson.build +++ b/subprojects/packagefiles/xsimd/meson.build @@ -1,4 +1,4 @@ -project('xtl', 'cpp', version:'12.1.1', license:'BSD-3-Clause', default_options : ['warning_level=3', 'cpp_std=c++14']) +project('xtl', 'cpp', version:'13.0.0', license:'BSD-3-Clause', default_options : ['warning_level=3', 'cpp_std=c++14']) xsimd_dep = declare_dependency( diff --git a/subprojects/xsimd.wrap b/subprojects/xsimd.wrap index cecf60a..87a9b6d 100644 --- a/subprojects/xsimd.wrap +++ b/subprojects/xsimd.wrap @@ -1,8 +1,8 @@ [wrap-file] -directory = xsimd-12.1.1 -source_url = https://github.com/xtensor-stack/xsimd/archive/refs/tags/12.1.1.tar.gz -source_filename = xsimd-12.1.1.tar.gz -source_hash = 73f94a051278ef3da4533b691d31244d12074d5d71107473a9fd8d7be15f0110 +directory = xsimd-13.0.0 +source_url = https://github.com/xtensor-stack/xsimd/archive/refs/tags/13.0.0.tar.gz +source_filename = xsimd-13.0.0.tar.gz +source_hash = 8bdbbad0c3e7afa38d88d0d484d70a1671a1d8aefff03f4223ab2eb6a41110a3 #[wrap-git] #url = https://github.com/xtensor-stack/xsimd.git