From 5edee9ae3521ea56c11236b98d329d508569801d Mon Sep 17 00:00:00 2001 From: Felix Riehn <felix@matilda> Date: Thu, 16 Feb 2023 10:34:22 +0100 Subject: [PATCH] hacked cubicspline-boost-fuckup --- conan-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conan-install.sh b/conan-install.sh index 5fcf2b2b7..dbf9200e6 100755 --- a/conan-install.sh +++ b/conan-install.sh @@ -9,5 +9,6 @@ if ! conan profile show corsika8 >/dev/null 2>/dev/null; then conan profile update settings.compiler.libcxx=libstdc++11 corsika8 fi fi - +# force rebuild of cubicinterpolation by removing it first. (see discussion in MR509) +conan remove cubicinterpolation/* --force conan install -pr corsika8 --build=missing ${DIR} -- GitLab