Package: apache-arrow / 23.0.1-1

Metadata

Package Version Patches format
apache-arrow 23.0.1-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix llvm requirement.patch | (download)

cpp/CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
python no jemalloc.patch | (download)

python/pyarrow/tests/test_memory.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 loading python module linked to jemalloc shared library
  fails with "libjemalloc.so: cannot allocate memory in static TLS block"
  See https://github.com/jemalloc/jemalloc/issues/937
  The easy answer is to just use the system malloc instead.

armhf build.diff | (download)

cpp/cmake_modules/SetupCxxFlags.cmake | 2 1 + 1 - 0 !
python/cmake_modules/SetupCxxFlags.cmake | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

---