Commit Graph

15 Commits

Author SHA1 Message Date
whispers
64b0e24539 apache-orc: 2.3.0 -> 2.3.1
changelog: https://orc.apache.org/news/2026/07/16/ORC-2.3.1/
2026-07-16 20:42:13 -04:00
Ben Siraphob
869d641281 treewide: replace stdenv.is* with stdenv.hostPlatform.is* 2026-05-10 10:06:35 -07:00
Vladimír Čunát
f228261532 apache-orc: don't fail on warnings, at least outside -linux
https://hydra.nixos.org/build/324063460/nixlog/1/tail

I'm compromising for now to avoid rebuilding this on *-linux again,
but I honestly believe that this kind of warnings should not stop distro builds.
They should be hard errors only in upstream builds.
2026-03-15 07:51:10 +01:00
whispers
fc00bcd2f5 apache-orc: fix build with protobuf 34
Protobuf 34 adds `[[nodiscard]]` to several serialization functions. In
order to avoid these warnings causing build failures, we add handling
for this failure case
2026-03-13 11:42:31 -04:00
whispers
180b262407 apache-orc: fix linking against abseil libraries
Orc's CMake declarations do not correctly attempt to link in abseil, so
we add the relevant library they need. Without these, we get errors
like:

```
<store path>/bin/ld: <store path>/lib/libabsl_raw_hash-set.so.2601.0.0:
error adding symbols: DSO missing from command line
```
2026-03-13 11:42:30 -04:00
whispers
ed0f318325 apache-orc: 2.2.1 -> 2.3.0
Changelog: https://github.com/apache/orc/releases/tag/v2.3.0
2026-03-13 11:42:15 -04:00
Gaetan Lepage
08112c2476 apache-orc: 2.1.2 -> 2.2.1
Diff: https://github.com/apache/orc/compare/v2.1.2...v2.2.1

Changelog: https://github.com/apache/orc/releases/tag/v2.2.1
2025-12-04 19:58:57 +00:00
Wolfgang Walther
c283f32d29 treewide: remove unused with
Auto-fixed by nixf-diagnose.
2025-10-05 10:50:41 +02:00
Pol Dellaiera
bc36d3ac43 maintainers: drop drupol 2025-08-20 17:54:38 +02:00
Wolfgang Walther
5a0711127c treewide: run nixfmt 1.0.0 2025-07-24 13:55:40 +02:00
Jonas Heinrich
c2639125b9 apache-orc: Fix cross-compilation 2025-07-21 10:08:44 +02:00
K900
c9dd2063b7 Merge remote-tracking branch 'origin/master' into staging-next 2025-06-06 09:28:07 +03:00
Philip Taron
22b88ba79d treewide: adjust meta descriptions to avoid definite or indefinite articles
This patch was produced in Vim by me, a human being. All errors are the fault of the operator. I did try to be careful.

Co-authored-by: Peder Bergebakken Sundt <pbsds@hotmail.com>
Co-authored-by: dotlambda <nix@dotlambda.de>
2025-06-05 11:04:25 -07:00
Luka Blašković
2decf39605 apache-orc: 2.1.1 -> 2.1.2 2025-06-05 05:51:22 +00:00
Pol Dellaiera
48ff1824ab apache-orc: init at 2.1.1 2025-04-02 23:21:14 +02:00