Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop boost reference from docs and recipe #225

Merged
merged 1 commit into from
Oct 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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