Skip to content

Commit

Permalink
updated xsimd and catch2
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-urban committed May 13, 2024
1 parent a3ec18b commit c531158
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 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.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
)
Expand Down
8 changes: 4 additions & 4 deletions subprojects/catch2.wrap
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion subprojects/packagefiles/xsimd/meson.build
Original file line number Diff line number Diff line change
@@ -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(
Expand Down
8 changes: 4 additions & 4 deletions subprojects/xsimd.wrap
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c531158

Please sign in to comment.