nixpkgs/pkgs/development/libraries/arrow-cpp
Andrew Marshall cc89e76d76
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.
2022-09-27 15:21:39 -04:00
..
darwin.patch
default.nix arrow-cpp: Fix building x86_64-darwin on aarch_64-darwin (#193207) 2022-09-27 15:21:39 -04:00