Search Criteria
Package Details: apache-arrow 5.0.0-4
Git Clone URL: | https://aur.archlinux.org/apache-arrow.git (read-only, click to copy) |
---|---|
Package Base: | apache-arrow |
Description: | Language-independent columnar memory format for flat and hierarchical data |
Upstream URL: | https://arrow.apache.org/ |
Keywords: | apache arrow parquet |
Licenses: | Apache |
Conflicts: | arrow, parquet-cpp |
Provides: | arrow, parquet-cpp |
Submitter: | daskol |
Maintainer: | daskol |
Last Packager: | daskol |
Votes: | 1 |
Popularity: | 0.000004 |
First Submitted: | 2021-09-27 20:12 (UTC) |
Last Updated: | 2021-09-28 18:47 (UTC) |
Dependencies (22)
- boost-libs (boost171, boost-libs-git, boost174-libs, boost-libs_v180)
- brotli (brotli-git)
- bzip2 (bzip2-git, bzip2-rustify-git, bzip2-with-lbzip2-symlinks)
- libutf8proc (libutf8proc-git)
- lz4 (lz4-static-musl, lz4-static, lz4-git)
- rapidjson (rapidjson-git)
- re2 (re2-git)
- snappy (snappy-git)
- thrift (thrift-git, thrift-0.10.0, thrift-static)
- zlib (zlib-ng-compat-git, zlib-git, zlib-ng-compat)
- zstd (zstd-git, zstd-static)
- boost (boost-git, boost174) (make)
- cmake (cmake-git) (make)
- cython (cython-git, cython3) (make)
- gcc (gccrs-git, gcc-git, gcc11) (make)
- gcc-libs (gccrs-libs-git, gcc-libs-git, gcc11-libs) (make)
- make (make-git) (make)
- ninja (ninja-git, ninja-samurai, ninja-kitware, ninja-mem, python-ninja) (make)
- python-numpy (python-numpy-git, python-numpy1.22, python-numpy-openblas, python-numpy-flame, python-numpy-mkl-bin, python-numpy-mkl) (make)
- python-pip (make)
- Show 2 more dependencies...
Required by (20)
- arrow-glib (requires arrow)
- gdal-ecw (requires arrow)
- gdal-ecw (requires arrow) (make)
- gdal-hdf4 (requires arrow) (make)
- gdal-hdf4 (requires arrow) (optional)
- gdal-libkml (requires arrow) (optional)
- gdal-libkml (requires arrow) (make)
- gdal-libkml-filegdb (requires arrow) (make)
- gdal-libkml-filegdb (requires arrow) (optional)
- gplates (requires arrow)
- groonga (requires arrow) (optional)
- luasandbox-extensions (requires parquet-cpp) (make)
- luasandbox-extensions (requires parquet-cpp)
- plotjuggler (requires arrow)
- python-apache-arrow (requires arrow)
- python-gdal-ecw (requires arrow) (make)
- python-gdal-hdf4 (requires arrow) (make)
- python-gdal-libkml (requires arrow) (make)
- python-gdal-libkml-filegdb (requires arrow) (make)
- r-arrow (requires arrow)
Latest Comments
daskol commented on 2021-11-15 17:24 (UTC)
The major difference that this package is splitted since Apache Arrow is written in C++ and offers bindings to other languages. For example, I needs only native library to link with it as a dependency.
Among minor differences are
PKGBUILD
allows to get quickly new features of Apache Arrow (e.g. Arrow Datasets were not supported in community package for a while).jhass commented on 2021-11-15 12:23 (UTC)
What is the difference between this package and https://archlinux.org/packages/community/x86_64/arrow/?
daskol commented on 2021-09-28 17:55 (UTC)
@vbmithr Thanks for reporting an issue. I have add missing dependencies and fix package metadata.
vbmithr commented on 2021-09-28 09:52 (UTC) (edited on 2021-09-28 09:53 (UTC) by vbmithr)
Does not compile
Using ld linker Configured for RELEASE build (set with cmake -DCMAKE_BUILD_TYPE={release,debug,...}) CMake Warning at cmake_modules/Findre2Alt.cmake:25 (find_package): By not providing "Findre2.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "re2", but CMake did not find one.
Could not find a package configuration file provided by "re2" with any of the following names:
Add the installation prefix of "re2" to CMAKE_PREFIX_PATH or set "re2_DIR" to a directory containing one of the above files. If "re2" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): cmake_modules/ThirdpartyToolchain.cmake:235 (find_package) cmake_modules/ThirdpartyToolchain.cmake:2159 (resolve_dependency) CMakeLists.txt:515 (include)
Using ld linker Configured for RELEASE build (set with cmake -DCMAKE_BUILD_TYPE={release,debug,...}) CMake Warning (dev) at /usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:438 (message): The package name passed to
find_package_handle_standard_args
(PkgConfig) does not match the name of the calling package (Arrow). This can lead to problems in calling code that expectsfind_package
result variables (e.g.,_FOUND
) to follow a certain pattern. Call Stack (most recent call first): /usr/share/cmake-3.21/Modules/FindPkgConfig.cmake:70 (find_package_handle_standard_args) cmake_modules/FindArrow.cmake:39 (include) cmake_modules/FindArrowPython.cmake:46 (find_package) CMakeLists.txt:217 (find_package) This warning is for project developers. Use -Wno-dev to suppress it.CMake Error at /usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find Arrow (missing: ARROW_INCLUDE_DIR ARROW_LIB_DIR ARROW_FULL_SO_VERSION ARROW_SO_VERSION) Call Stack (most recent call first): /usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE) cmake_modules/FindArrow.cmake:450 (find_package_handle_standard_args) cmake_modules/FindArrowPython.cmake:46 (find_package) CMakeLists.txt:217 (find_package)
error: command '/usr/bin/cmake' failed with exit code 1