From 93592323a7134fc51690ba04a89e7a0717e8642e Mon Sep 17 00:00:00 2001 From: sameeul Date: Tue, 31 Oct 2023 10:14:15 -0400 Subject: [PATCH] drop boost reference from docs and recipe --- README.md | 1 - conda-recipe/bld.bat | 1 - conda-recipe/build.sh | 1 - conda-recipe/meta.yaml | 1 - environments/unix/env.sh | 1 - environments/unix/z5-dev.yaml | 1 - 6 files changed, 6 deletions(-) diff --git a/README.md b/README.md index 3f92f78a..2837b27d 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,6 @@ To specify where to install the package, set: If you want to include z5 in another C++ project, note that the library itself is header-only. However, you need to link against the compression codecs that you use. If you don't want to use conda for dependency management, the following dependencies are necessary: -- [boost](https://www.boost.org/) - [xtensor](https://github.com/xtensor-stack/xtensor) - [nlohman_json](https://github.com/nlohmann/json) - [pybind11](https://github.com/pybind/pybind11) (only for python bindings) diff --git a/conda-recipe/bld.bat b/conda-recipe/bld.bat index cdadd332..21cdd226 100644 --- a/conda-recipe/bld.bat +++ b/conda-recipe/bld.bat @@ -9,7 +9,6 @@ set CONFIGURATION=Release cmake .. -G "%CMAKE_GENERATOR%" -DCMAKE_PREFIX_PATH=%PREFIX% ^ -DCMAKE_INSTALL_PREFIX="%LIBRARY_PREFIX%" ^ - -DBOOST_ROOT=%LIBRARY% ^ -DWITH_BLOSC=ON ^ -DWITH_ZLIB=ON ^ -DWITH_BZIP2=OFF ^ diff --git a/conda-recipe/build.sh b/conda-recipe/build.sh index 97fbc46f..b31d0def 100644 --- a/conda-recipe/build.sh +++ b/conda-recipe/build.sh @@ -43,7 +43,6 @@ cmake .. \ -DCMAKE_EXE_LINKER_FLAGS="${LDFLAGS}" \ -DCMAKE_CXX_FLAGS="${CXXFLAGS} -O3 -DNDEBUG -std=c++17" \ \ - -DBOOST_ROOT=${PREFIX} \ -DWITH_BLOSC=ON \ -DWITH_ZLIB=ON \ -DWITH_BZIP2=ON \ diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 5fe4cae6..0f729cc8 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -22,7 +22,6 @@ requirements: build: - python {{PY_VER}} - cmake - - boost-cpp >=1.63 - xtensor - xtensor-python - numpy >=1.15 diff --git a/environments/unix/env.sh b/environments/unix/env.sh index 9c752dc1..11b33802 100644 --- a/environments/unix/env.sh +++ b/environments/unix/env.sh @@ -9,4 +9,3 @@ export PY_BIN=$ENV_BIN/python # export CC="$ENV_BIN/cc" # export CXX="$ENV_BIN/c++" -export BOOST_INCLUDEDIR=$CONDA_PREFIX/include diff --git a/environments/unix/z5-dev.yaml b/environments/unix/z5-dev.yaml index 412838c1..61e53feb 100644 --- a/environments/unix/z5-dev.yaml +++ b/environments/unix/z5-dev.yaml @@ -9,7 +9,6 @@ dependencies: - lz4-c - xz - zlib - - boost-cpp>=1.63 - xtensor >=0.24,<0.25 - xtensor-python >=0.26,<0.27 - xsimd >=8,<9