From 0ba715c517f25c2204e78897ff27818cc75c45d1 Mon Sep 17 00:00:00 2001 From: Maik Nijhuis <maik.nijhuis@triopsys.nl> Date: Thu, 22 Jun 2023 07:10:14 +0000 Subject: [PATCH] AST-1327 Use latest aocommon, which now has the XTL and XSimd git tags --- CMakeLists.txt | 3 --- external/aocommon | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d4cad499d..54a263e87 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -288,9 +288,6 @@ endif() # Include aocommon include_directories(${CMAKE_SOURCE_DIR}/external/aocommon/include/) -# TODO(AST-1278): Try using new (release) versions in aocommon. -set(XTL_GIT_TAG b3d0091a77af52f1b479b5b768260be4873aa8a7) -set(XSIMD_GIT_TAG 2f5eddf8912c7e2527f0c50895c7560b964d29af) include(external/aocommon/CMake/FetchXTensor.cmake) add_compile_definitions(XTENSOR_USE_XSIMD) diff --git a/external/aocommon b/external/aocommon index 442d36603..8e328a112 160000 --- a/external/aocommon +++ b/external/aocommon @@ -1 +1 @@ -Subproject commit 442d366032af997aaa88482111b20fb34840ed70 +Subproject commit 8e328a112239ad57200db62b450f9c05fc13f390 -- GitLab