5 Commits

Author SHA1 Message Date
landry f30d298a83 databases/arrow/cpp: update to 24.0.0 2026-05-06 13:07:58 +00:00
landry 3b53c69803 databases/arrow/cpp: update to 18.1.0.
see https://arrow.apache.org/release/18.1.0.html
2025-01-18 10:19:43 +00:00
landry fd3e0d1251 databases/arrow/cpp: disable building static libs
the pkg size goes from 115Mb to 50Mb, and pkg_info -s from ~850Mb to
~120Mb. This requires disabling building tests, but this can still
locally be reverted when testing updates..
geo/gdal still builds with this stripped down package.
2025-01-18 09:37:40 +00:00
landry d0e6f9ab0c databases/arrow/cpp: add support for snappy compression format
with support for arrow added to geo/gdal, this allows me to list stac
assets in a remote stac-geoparquet sample dataset via
ogrinfo /vsicurl/https://github.com/stac-utils/stac-geoparquet/raw/main/tests/data/naip.parquet -al -q
2024-11-05 12:45:14 +00:00
landry 99879c217c Import databases/arrow 0.18.0.
Apache Arrow is a universal columnar format and multi-language toolbox
for fast data interchange and in-memory analytics. It contains a set of
technologies that enable data systems to efficiently store, process,
and move data.

the port only builds the cpp part of arrow, enabling support for
parquet: https://parquet.apache.org/

depending on future needs, other languages/bindings (python, java, js,
ruby, etc..) can be built as subdirs of this port.

www: https://arrow.apache.org/

tweaks/ok sthen@/rsadowski@
2024-11-05 12:39:51 +00:00