From 4eac9a6928f3f5d35c3304ab7ce6076f441c0557 Mon Sep 17 00:00:00 2001 From: Florian Uhlig <f.uhlig@gsi.de> Date: Mon, 2 Aug 2021 18:17:24 +0200 Subject: [PATCH] Update KFParticle version The new version implements a workaround for CbmRoot. With the latest FairSoft versions on macosx it comes otherwise to runtime errors when JIT compiling a macro. The problem is a define statement in termios.h which defines B0 to be 0. This coonflicts with the parameter B0 used in the header file. --- external/InstallKFParticle.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/InstallKFParticle.cmake b/external/InstallKFParticle.cmake index bd49d4bb97..a00551892d 100644 --- a/external/InstallKFParticle.cmake +++ b/external/InstallKFParticle.cmake @@ -6,7 +6,7 @@ set(KFPARTICLE_DESTDIR "${CMAKE_BINARY_DIR}/external/KFPARTICLE-prefix") # GIT_TAG is a hash for KFParticle tag cbm/v1.1-1 download_project_if_needed(PROJECT kfparticle_source GIT_REPOSITORY ${KFPARTICLE_SRC_URL} - GIT_TAG "d4e22c8222cc6da877eefa453ade73d31d85e2e9" + GIT_TAG "1eddb796b01d91ac7faf020e3b616556c28da4d0" SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/KFParticle TEST_FILE CMakeLists.txt ) -- GitLab