From 5215d5462bd2a9d4cd813ce68e2fae2da73c90ac Mon Sep 17 00:00:00 2001 From: Dirk Vanden Boer Date: Thu, 29 Aug 2024 15:53:11 +0200 Subject: [PATCH] Fix conda linux build script --- conda/build.sh | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/conda/build.sh b/conda/build.sh index b5f4b7f..37f752c 100644 --- a/conda/build.sh +++ b/conda/build.sh @@ -10,26 +10,6 @@ cd ${SRC_DIR}/thirdparty git clone --branch v4.0.0 --depth 1 https://github.com/Microsoft/GSL.git git clone --branch v3.0.1 --depth 1 https://github.com/HowardHinnant/date -cd ${SRC_DIR}/thirdparty/fmt -cmake -G Ninja \ - -DCMAKE_BUILD_TYPE=Release \ - -DFMT_TEST=OFF \ - -DFMT_DOC=OFF \ - -DCMAKE_INSTALL_PREFIX=../local \ - -S . -B . -cmake --build . --target install - -cd ${SRC_DIR}/thirdparty/spdlog -cmake -G Ninja \ - -DCMAKE_BUILD_TYPE=Release \ - -DSPDLOG_BUILD_BENCH=OFF \ - -DSPDLOG_BUILD_EXAMPLE=OFF \ - -DSPDLOG_BUILD_TESTS=OFF \ - -DSPDLOG_FMT_EXTERNAL=ON \ - -DCMAKE_INSTALL_PREFIX=../local \ - -S . -B . -cmake --build . --target install - cd ${SRC_DIR}/thirdparty/GSL cmake -G Ninja \ -DCMAKE_BUILD_TYPE=Release \