summaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/arrow-cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* arrow-cpp: 13.0.0 -> 14.0.1Tobias Mayer2023-11-172-114/+4
* arrow-cpp: 12.0.1 -> 13.0.0Tobias Mayer2023-08-313-23/+98
* arrow-cpp: fixup after protobuf bumpTobias Mayer2023-08-162-0/+20
* grpc: refactor cxxStandard selection•••GRPC is less aggressive in overriding `CMAKE_CXX_STANDARD` nowadays. This allows us to take a less invasive approach to ensure that the provided abseil package is configured with the same implementation for the provided c++17 compatibility shims. Instead of always setting `CMAKE_CXX_STANDARD`, we only do it to override hard-coded downgrade on darwin. With that, we can use the default configuration for abseil-cpp, reducing the number of instances of that library in the build closure to one. Tobias Mayer2023-08-141-5/+2
* arrow-cpp: 12.0.0 -> 12.0.1Justin Bedo2023-07-021-2/+2
* arrow-cpp: 11.0.0 -> 12.0.0Tobias Mayer2023-05-011-6/+7
* arrow-cpp: unbreak on aarch64-linuxWeijia Wang2023-03-011-1/+0
* arrow-cpp: disable failing test on darwin (#217661)tobim2023-02-221-0/+6
* arrow-cpp: mark as unbroken on darwin (#216219)•••Was fixed by 2f8e6f3d ('gtest: ensure C++17 support (#207338)')Dmitry Kalinkin2023-02-131-1/+1
* arrow-cpp: fix meta.brokenDmitry Kalinkin2023-02-121-1/+1
* arrow-cpp: mark as broken on darwinDmitry Kalinkin2023-02-111-1/+1
* arrow-cpp: don't sync C++ standard with grpc•••C++17 is required by arrow-cpp Dmitry Kalinkin2023-02-111-3/+2
* arrow-cpp: mark as broken on aarch64-linuxTobias Mayer2023-02-021-0/+1
* arrow-cpp: 10.0.1 -> 11.0.0Tobias Mayer2023-02-011-8/+8
* arrow-cpp: 9.0.0 -> 10.0.1Phillip Cloud2023-02-011-38/+37
* Merge pull request #209227 from amarshall/arrow-cpp-shrink-closureSandro2023-01-211-2/+13
|\
| * arrow-cpp: Use minimal aws-sdk-cpp, reducing closure 1.0G->417MAndrew Marshall2023-01-051-2/+13
* | treewide: switch to nativeCheckInputs•••checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs. Guillaume Girol2023-01-211-1/+1
|/
* arrow-cpp: inherit cxxStandard from grpcWeijia Wang2022-12-191-1/+1
* arrow-cpp: build with `CMAKE_CXX_STANDARD=17`Phillip Cloud2022-12-061-1/+2
* treewide: avoid mixing abseil-cpp versions•••The packages use some version through grpc; adding in a different one is most likely not a good idea. `rippled` has been failing to build for weeks already. The other three packages build before and after this commit. Vladimír Čunát2022-10-301-3/+1
* arrow-cpp: Fix building x86_64-darwin on aarch_64-darwin (#193207)•••When building x86_64-darwin emulated via Rosetta on aarch64-darwin, all tests would fail with > Illegal instruction: 4 this resolves that by never using Jemalloc on Darwin, since even though `isAarch64` is false, it might “really” be aarch64-darwin.Andrew Marshall2022-09-271-1/+1
* arrow-cpp: fix failing tests on darwin sandboxSebastián Mancilla2022-08-081-0/+1
* arrow-cpp: add commentary for vendored `jemalloc` and `mimalloc`Phillip Cloud2022-08-081-1/+4
* arrow-cpp: remove unused `jemalloc` inputPhillip Cloud2022-08-081-1/+0
* arrow-cpp: 8.0.0 -> 9.0.0Phillip Cloud2022-08-081-16/+15
* arrow-cpp: Adjust homepage to specific variant•••There are lots of Arrow implementations, so instead go to the one that this implements. Andrew Marshall2022-07-201-1/+1
* treewide: Stop setting CMAKE_SKIP_BUILD_RPATH=OFF•••This is now the new default and thus doesn't need to be set manually anymore. Josef Kemetmüller2022-07-041-1/+0
* arrow-cpp: pin jemalloc tarball (#177037)•••Co-authored-by: Sandro <sandro.jaeckel@gmail.com>Dmitry Kalinkin2022-06-091-2/+5
* arrow-cpp: 7.0.0 -> 8.0.0Phillip Cloud2022-05-101-9/+26
* arrow-cpp: libnsl is not necessary for building (#162757)•••libnsl dependency was preventing building arrow-cpp on darwin. arrow-cpp builds on darwin without issues outside of nix. The official instructions at https://arrow.apache.org/docs/developers/cpp/building.html do not mention libnsl as a dependency. Thus, this change removes libnsl from both darwin and linux platforms.Nikola Knežević2022-03-041-3/+1
* arrow-cpp: enable hdfs supportPhillip Cloud2022-02-181-0/+1
* apache-beam: mark as broken on 3.10Phillip Cloud2022-02-061-1/+1
* arrow-cpp: 6.0.1 -> 7.0.0Phillip Cloud2022-02-061-13/+17
* arrow-cpp: blacklist all TestS3FS tests on darwin•••More tests are popping up to break the sandboxed build. Dmitry Kalinkin2022-01-041-7/+1
* arrow-cpp: fix sandboxed build on darwinDmitry Kalinkin2021-12-121-0/+1
* python3Packages.pyarrow: enable flight modulePhillip Cloud2021-11-301-0/+3
* arrow-cpp: build without jemalloc on aarch64-darwin to fix buildDmitry Kalinkin2021-11-261-1/+3
* arrow-cpp: fix sandboxed build on darwinDmitry Kalinkin2021-11-261-1/+1
* arrow-cpp: 6.0.0 -> 6.0.1Phillip Cloud2021-11-241-4/+4
* arrow-cpp: add GCS feature flag (#144610)Phillip Cloud2021-11-071-3/+27
* arrow-cpp: glob TestS3FSGeneric testsPhillip Cloud2021-11-061-22/+1
* arrow-cpp: disable some potentially failing s3fs testsPhillip Cloud2021-11-061-2/+30
* arrow-cpp: add S3 feature flagPhillip Cloud2021-11-051-3/+14
* arrow-cpp: add flight feature flag (#144609)Phillip Cloud2021-11-051-22/+61
* arrow-cpp: refactor source fetchingPhillip Cloud2021-11-041-18/+14
* arrow-cpp: 5.0.0 -> 6.0.0 (#143422)•••* arrow-cpp: fix typo * arrow-cpp: pin xsimd * arrow-cpp: fix tzdata by patching * arrow-cpp: update data deps * arrow-cpp: 5.0.0 -> 6.0.0 * arrow-cpp: add cpcloud as maintainerPhillip Cloud2021-10-301-10/+15
* arrow-cpp: search for Thrift using pkg-config instead of cmake•••Setting it to "AUTO" allows for the first[1] find_package to fail through to pkg-config search logic. [1] https://github.com/apache/arrow/blob/2ae84e8e90a7c0d8cd37df07d69e982dcfd16eaf/cpp/cmake_modules/ThirdpartyToolchain.cmake#L228 Dmitry Kalinkin2021-10-291-0/+1
* arrow-cpp: 4.0.1 -> 5.0.0Tobias Mayer2021-07-291-8/+8
* arrow-cpp: 4.0.0 -> 4.0.1Dmitry Kalinkin2021-05-291-6/+6