From f4459f5d211fc85c187ea8b3cf776fcab259b166 Mon Sep 17 00:00:00 2001 From: jinyan1214 Date: Mon, 30 Sep 2024 13:25:00 -0700 Subject: [PATCH 1/2] jz - boost:fiber dose not compile on MAC. Set boost:without_fiber in conanfile.py --- conanfile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/conanfile.py b/conanfile.py index 454e10029..a52f11727 100644 --- a/conanfile.py +++ b/conanfile.py @@ -19,6 +19,7 @@ class simCenterBackendApps(ConanFile): # noqa: D101 options = {'shared': [True, False]} # noqa: RUF012 default_options = { # noqa: RUF012 'libcurl:with_ssl': 'openssl', + 'boost:without_fiber': True, } generators = 'cmake' build_policy = 'missing' From 992f392511d51ddba34e9b079abf2e290ae7c676 Mon Sep 17 00:00:00 2001 From: jinyan1214 Date: Mon, 30 Sep 2024 15:45:56 -0700 Subject: [PATCH 2/2] jz - add shakeMapEvent back to CMakeList --- modules/createEVENT/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/createEVENT/CMakeLists.txt b/modules/createEVENT/CMakeLists.txt index 516cd0baf..eb5d33021 100644 --- a/modules/createEVENT/CMakeLists.txt +++ b/modules/createEVENT/CMakeLists.txt @@ -30,4 +30,5 @@ add_subdirectory(MPM) add_subdirectory(stochasticWave) add_subdirectory(TaichiEvent) add_subdirectory(CelerisTaichiEvent) +add_subdirectory(shakeMapEvent)