From 8ee3a1b7d600df3bcfc7f8a61706304c8d583713 Mon Sep 17 00:00:00 2001 From: rvaser Date: Tue, 29 Aug 2023 13:57:36 +0200 Subject: [PATCH] Update SIMDe to 0.7.6 --- CMakeLists.txt | 2 +- README.md | 2 +- meson.build | 2 +- subprojects/simde.wrap | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d833dd6..0196167 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -55,7 +55,7 @@ if (spoa_use_simde OR FetchContent_Declare( simde GIT_REPOSITORY https://github.com/simd-everywhere/simde - GIT_TAG v0.7.0) + GIT_TAG v0.7.6) FetchContent_GetProperties(simde) if (NOT simde_POPULATED) diff --git a/README.md b/README.md index cb6d19b..c07fb1b 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Spoa (SIMD POA) is a c++ implementation of the partial order alignment (POA) alg #### Hidden - \[optional\] USCiLab/cereal 1.3.0 -- \[optional\] simd-everywhere/simde 0.7.0 +- \[optional\] simd-everywhere/simde 0.7.6 - \[optional\] google/cpu_features 0.6.0 - (spoa_exe)(spoa_test) rvaser/bioparser 3.1.0 - (spoa_exe)(spoa_test) rvaser/biosoup 0.11.0 diff --git a/meson.build b/meson.build index 897ad7b..e12793e 100644 --- a/meson.build +++ b/meson.build @@ -47,7 +47,7 @@ if (get_option('simde') or get_option('simde_openmp') or get_option('dispatch')) # simde - spoa_simde_dep = dependency('simde', version : '>= 0.7.0', fallback : ['simde', 'simde_dep']) + spoa_simde_dep = dependency('simde', version : '>= 0.7.6', fallback : ['simde', 'simde_dep']) add_project_arguments('-DSIMDE_ENABLE_NATIVE_ALIASES', language : ['c', 'cpp']) spoa_lib_flags += '-DSPOA_USE_SIMDE' diff --git a/subprojects/simde.wrap b/subprojects/simde.wrap index 08609b3..56c5dda 100644 --- a/subprojects/simde.wrap +++ b/subprojects/simde.wrap @@ -1,9 +1,9 @@ [wrap-file] -directory = simde-0.7.0 +directory = simde-0.7.6 -source_url = https://github.com/simd-everywhere/simde/archive/refs/tags/v0.7.0.zip -source_filename = simde-0.7.0.zip -source_hash = 201e7781853902f668b9073fe58cb56d9f9df8b3a8933a80fe7b3c65711ed1ef +source_url = https://github.com/simd-everywhere/simde/archive/refs/tags/v0.7.6.zip +source_filename = simde-0.7.6.zip +source_hash = ed05e7d6f94c7c1c4ee6aa60f829c3a943a046f45061a3d291c63bbd4f89e5bb [provide] simde = simde_dep