Skip to content

[Python] Improve the pyarrow build system #36411

Description

@jorisvandenbossche

The current build system of pyarrow consists of using setuptools with a custom setup.py that calls cmake to do the actual build. While this works, there are nowadays newer python "build backends" that we could benefit from to make this easier to maintain and use.
Specifically build backends that are meant to work with CMake projects, such as scikit-build, might be worth exploring.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions