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: 8ad610b0401a
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: fa17392fd813
Choose a head ref
  • 3 commits
  • 1 file changed
  • 3 contributors

Commits on Jan 4, 2019

  1. clickhouse: 18.14.18 -> 18.16.1

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/clickhouse/versions
    r-ryantm committed Jan 4, 2019
    Copy the full SHA
    9605c57 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2019

  1. clickhouse: link to libLLVM rather than to individual LLVM libs

    The clickhouse program links to LLVM and to the clickhouse library, that also
    links to LLVM. When the library is shared but LLVM is static, LLVM gets linked
    into the program twice (once via the library and once directly), which causes
    this error when running clickhouse:
    
         : CommandLine Error: Option 'x86-use-base-pointer' registered more than once!
         LLVM ERROR: inconsistency in registered CommandLine options
    
    A common LLVM installation provides static component libraries and a shared
    libLLVM. Linking to libLLVM when libclickhouse is shared solves this issue.
    
    Upstream pull request: ClickHouse/ClickHouse#3989
    orivej committed Jan 6, 2019
    Copy the full SHA
    e4e6955 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2019

  1. Merge pull request #53376 from r-ryantm/auto-update/clickhouse

    clickhouse: 18.14.18 -> 18.16.1
    orivej-nixos committed Jan 7, 2019
    Copy the full SHA
    fa17392 View commit details
    Browse the repository at this point in the history