Skip to content

Commit

Permalink
Fix conda linux build script
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkvdb committed Aug 29, 2024
1 parent 839d422 commit 5215d54
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions conda/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 5215d54

Please sign in to comment.