Skip to content

Commit

Permalink
Adding boost-cpp as a build and runtime dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rlratzel committed May 9, 2019
1 parent 7448241 commit d96db05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conda/recipes/libcugraph/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,12 @@ requirements:
- libcudf=0.7*
- cython
- cudatoolkit {{ cuda_version }}.*
- boost-cpp
run:
- libcudf=0.7*
- cython
- {{ pin_compatible('cudatoolkit', max_pin='x.x') }}
- boost-cpp

#test:
# commands:
Expand Down

0 comments on commit d96db05

Please sign in to comment.