From c30bff1c8f354dfaa1e95102a3e221c54e1ab24b Mon Sep 17 00:00:00 2001 From: Felix Riehn <felix@matilda> Date: Thu, 16 Feb 2023 10:43:10 +0100 Subject: [PATCH] refined hack --- conan-install.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/conan-install.sh b/conan-install.sh index dbf9200e6..4e3ed734c 100755 --- a/conan-install.sh +++ b/conan-install.sh @@ -9,6 +9,5 @@ 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} +# force rebuild of cubicinterpolation (see discussion in MR509) +conan install -pr corsika8 --build=missing --build=cubicinterpolation ${DIR} -- GitLab