bump(main/python-pyarrow): 16.0.0

This commit is contained in:
termux-pacman-bot
2024-05-09 06:10:14 +00:00
parent 6f8f768cd3
commit 7a089e32fd
2 changed files with 5 additions and 5 deletions

View File

@@ -5,10 +5,10 @@
# Python and Numpy libraries
find_package(Python3Alt REQUIRED)
+include_directories(SYSTEM ${NUMPY_INCLUDE_DIRS} ${PYTHON_INCLUDE_DIRS})
include(UseCython)
message(STATUS "Found NumPy version: ${Python3_NumPy_VERSION}")
message(STATUS "NumPy include dir: ${NUMPY_INCLUDE_DIRS}")
# PyArrow C++
@@ -369,7 +370,7 @@
@@ -371,7 +372,7 @@
target_precompile_headers(arrow_python PUBLIC
"$<$<COMPILE_LANGUAGE:CXX>:arrow/python/pch.h>")
endif()