Skip to content

Commit

Permalink
Merge pull request #225 from sameeul/update_docs
Browse files Browse the repository at this point in the history
Drop boost reference from docs and recipe
  • Loading branch information
constantinpape authored Oct 31, 2023
2 parents c0c3259 + 9359232 commit d85ffc3
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 0 additions & 1 deletion conda-recipe/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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 ^
Expand Down
1 change: 0 additions & 1 deletion conda-recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
1 change: 0 additions & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ requirements:
build:
- python {{PY_VER}}
- cmake
- boost-cpp >=1.63
- xtensor
- xtensor-python
- numpy >=1.15
Expand Down
1 change: 0 additions & 1 deletion environments/unix/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion environments/unix/z5-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d85ffc3

Please sign in to comment.