Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: fbc88db18575
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 544baad62200
Choose a head ref
  • 5 commits
  • 5 files changed
  • 2 contributors

Commits on Feb 15, 2020

  1. Copy the full SHA
    4594022 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. arrow-cpp: 0.15.1 -> 0.16.0

    This switches to explicitly enabling dependency lookups for
    optional features (they were not picked up before).
    It also enables building of the Parquet command line tools.
    tobim committed Feb 26, 2020
    Copy the full SHA
    5ddadce View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

  1. Copy the full SHA
    4b65f85 View commit details
    Browse the repository at this point in the history
  2. 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.
    veprbl committed Feb 27, 2020
    Copy the full SHA
    56c2b7c View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

  1. Merge pull request #79817 from tobim/pkgs/arrow-cpp-0.16

    arrow-cpp: 0.15.1 -> 0.16.0
    veprbl committed Feb 28, 2020
    Copy the full SHA
    544baad View commit details
    Browse the repository at this point in the history