Skip to content

Commit e0f72a1

Browse files
committed
Install Arrow C++ headers into wheel
1 parent 8422b24 commit e0f72a1

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

python/pyarrow/meson.build

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -390,19 +390,11 @@ py.install_sources(
390390
),
391391
subdir: 'pyarrow/include/arrow/python',
392392
)
393-
#if arrow_dep.found()
394-
# arrow_header_dir = arrow_dep.get_variable(
395-
# CMake has a local variable for ARROW_INCLUDE_DIR which is not
396-
# detectable from Meson
397-
# cmake: 'ARROW_INCLUDE_DIR',
398-
# pkgconfig: 'includedir',
399-
# ) / 'arrow'
400-
401-
# install_subdir(
402-
# arrow_header_dir,
403-
# install_dir: py.get_install_dir() / 'pyarrow/include',
404-
# )
405-
#endif
393+
394+
install_subdir(
395+
get_option('includedir') / 'arrow',
396+
install_dir: py.get_install_dir() / 'pyarrow/include',
397+
)
406398

407399
py.install_sources(
408400
files('src/arrow/python/vendored/pythoncapi_compat.h'),

0 commit comments

Comments
 (0)