Skip to content

Commit

Permalink
libcugraph_etl should use libarrow from pyarrow when building libcu…
Browse files Browse the repository at this point in the history
…df in pip devcontainers (#315)
  • Loading branch information
trxcllnt authored Jun 3, 2024
1 parent 1b215f5 commit a2c37e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion features/src/rapids-build-utils/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "NVIDIA RAPIDS devcontainer build utilities",
"id": "rapids-build-utils",
"version": "24.8.1",
"version": "24.8.2",
"description": "A feature to install the RAPIDS devcontainer build utilities",
"containerEnv": {
"BASH_ENV": "/etc/bash.bash_env"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,9 @@ repos:
- name: cugraph_etl
sub_dir: cpp/libcugraph_etl
depends: [cudf, cugraph]
args:
cmake: |
$([ "pip" = ${PYTHON_PACKAGE_MANAGER} ] && echo -DUSE_LIBARROW_FROM_PYARROW=ON || echo)
python:
- name: pylibcugraph
sub_dir: python/pylibcugraph
Expand Down

0 comments on commit a2c37e1

Please sign in to comment.