You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful to publicly document which cmake flags are necessary for producing a minimal build of the C++ library - i.e. nothing but basic Arrow/IPC (and possibly Parquet) support. There would be some extra dependencies for test-enabled builds so we might want to make note of those as well.
Component(s)
C++, Documentation
The text was updated successfully, but these errors were encountered:
### Rationale for this change
There's an ongoing effort to support smaller builds of Arrow C++ for simple format integration so explicitly documenting the necessary flags would be useful. Also, some recent changes to the build system may require disclosure.
### What changes are included in this PR?
Adds documentation to `cpp/building.rst` regarding:
- Minimal cmake flags for basic format support
- Recent changes to `ARROW_COMPUTE` and how compute kernels are included in builds.
### Are these changes tested?
N/A
### Are there any user-facing changes?
N/A
* Closes: #34638
Authored-by: benibus <bpharks@gmx.com>
Signed-off-by: Weston Pace <weston.pace@gmail.com>
…apache#34693)
### Rationale for this change
There's an ongoing effort to support smaller builds of Arrow C++ for simple format integration so explicitly documenting the necessary flags would be useful. Also, some recent changes to the build system may require disclosure.
### What changes are included in this PR?
Adds documentation to `cpp/building.rst` regarding:
- Minimal cmake flags for basic format support
- Recent changes to `ARROW_COMPUTE` and how compute kernels are included in builds.
### Are these changes tested?
N/A
### Are there any user-facing changes?
N/A
* Closes: apache#34638
Authored-by: benibus <bpharks@gmx.com>
Signed-off-by: Weston Pace <weston.pace@gmail.com>
ArgusLi
pushed a commit
to Bit-Quill/arrow
that referenced
this issue
May 15, 2023
…apache#34693)
### Rationale for this change
There's an ongoing effort to support smaller builds of Arrow C++ for simple format integration so explicitly documenting the necessary flags would be useful. Also, some recent changes to the build system may require disclosure.
### What changes are included in this PR?
Adds documentation to `cpp/building.rst` regarding:
- Minimal cmake flags for basic format support
- Recent changes to `ARROW_COMPUTE` and how compute kernels are included in builds.
### Are these changes tested?
N/A
### Are there any user-facing changes?
N/A
* Closes: apache#34638
Authored-by: benibus <bpharks@gmx.com>
Signed-off-by: Weston Pace <weston.pace@gmail.com>
Describe the enhancement requested
It would be useful to publicly document which cmake flags are necessary for producing a minimal build of the C++ library - i.e. nothing but basic Arrow/IPC (and possibly Parquet) support. There would be some extra dependencies for test-enabled builds so we might want to make note of those as well.
Component(s)
C++, Documentation
The text was updated successfully, but these errors were encountered: