Skip to content

Commit

Permalink
use new boost feedstock
Browse files Browse the repository at this point in the history
  • Loading branch information
assignUser committed Sep 13, 2024
1 parent a828bd2 commit c43668d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/conda_env_cpp.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ azure-storage-blobs-cpp>=12.10.0
azure-storage-common-cpp>=12.5.0
azure-storage-files-datalake-cpp>=12.9.0
benchmark>=1.6.0,!=1.8.4
boost-cpp>=1.68.0
libboost-devel=1.68.0
brotli
bzip2
c-ares
Expand Down
2 changes: 1 addition & 1 deletion dev/tasks/conda-recipes/arrow-cpp/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ outputs:
- llvmdev {{ llvm_version }}
- aws-crt-cpp
- aws-sdk-cpp
- boost-cpp >=1.70
- libboost-devel >=1.70
- brotli
- bzip2
# not yet: https://github.com/conda-forge/cpp-opentelemetry-sdk-feedstock/issues/38
Expand Down
2 changes: 1 addition & 1 deletion python/asv.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"matrix": {
// Use older boost since it works on more editions of the project
"aws-sdk-cpp": [],
"boost-cpp": ["1.68.0"],
"libboost-devel": ["1.68.0"],
"brotli": [],
"cmake": [],
"cython": [],
Expand Down

0 comments on commit c43668d

Please sign in to comment.