Skip to content

Commit

Permalink
Merge pull request #342 from lunik1/patch-1
Browse files Browse the repository at this point in the history
Enable dataset module in pyarrow
  • Loading branch information
adisbladis authored Aug 3, 2021
2 parents 136f166 + 1ca0a63 commit e96faf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -969,6 +969,7 @@ self: super:
];

PYARROW_BUILD_TYPE = "release";
PYARROW_WITH_DATASET = true;
PYARROW_WITH_PARQUET = true;
PYARROW_CMAKE_OPTIONS = [
"-DCMAKE_INSTALL_RPATH=${ARROW_HOME}/lib"
Expand Down

0 comments on commit e96faf1

Please sign in to comment.