apache / apache/arrow

[Python][Docs] Document how to use Ninja to build pyarrow with PYARROW_CMAKE_GENERATOR

Open
#36,410 1 comment 0 reactions 0 assignees View on GitHub
Component: Developer Tools Component: Documentation Component: Python
Dominant language
C++
Stars
17.1k
Forks
4.3k
Avg merge
3d 13h
Merged PRs (30d)
88

Description

Using ninja instead of the default cmake generator can be quite beneficial (you get _some_ form of cached / incremental build, although not perfect), but we don't really document this at https://arrow.apache.org/docs/dev/developers/python.html

```
export PYARROW_CMAKE_GENERATOR=Ninja
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.