nixpkgs/pkgs/development/libraries/arrow-cpp
Dmitry Kalinkin 56c2b7cb9a
arrow-cpp: fix RPATH on darwin
Instead of patching test binaries with install_name_tool just set
CMAKE_SKIP_BUILD_RPATH to OFF let cmake compile them with RPATH set
correctly.

Add CMAKE_INSTALL_RPATH to set correct RPATH for the installed
executables for parquet tools. We could set it to an absolute path using
"-DCMAKE_INSTALL_RPATH=${placeholder "out"}", but instead we use
@loader_path to provide a relocable solution.
2020-02-27 12:50:23 -05:00
..
darwin.patch arrow-cpp: 0.9.0 -> 0.10.0 2018-10-03 21:43:48 -04:00
default.nix arrow-cpp: fix RPATH on darwin 2020-02-27 12:50:23 -05:00
jemalloc-disable-shared.patch arrow-cpp: 0.15.1 -> 0.16.0 2020-02-26 10:23:43 +01:00