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: cdc714fe4a0f
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 68c73b977fb6
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Mar 13, 2019

  1. pythonPackages.pybind11: apply patch to properly get headers directories

    It seems as the `pybind11` build code returns the Python headers
    directory (where the `pybind11` headers are stored as well on traditional
    setups) rather than returning the dedicated prefix[1].
    
    An exemplary fallout is the broken build of `pyopencl`[2].
    
    [1] pybind/pybind11#1425
    [2] #56082
    
    (cherry picked from commit 94c3ac2)
    Ma27 authored and Robert Schütz committed Mar 13, 2019
    Copy the full SHA
    2d8b128 View commit details
    Browse the repository at this point in the history
  2. python3Packages.pyopencl: fix build

    Fix the recently broken build by adding `pybind11`
    to the build. Also set $HOME to a temporary directory during the build
    to avoid "Permission denied" errors in the build script.
    
    This also unbreaks `sasview` and `pybitmessage`.
    
    See also #56826
    See also https://hydra.nixos.org/build/89037506
    
    (cherry picked from commit d237919)
    Ma27 authored and Robert Schütz committed Mar 13, 2019
    Copy the full SHA
    68c73b9 View commit details
    Browse the repository at this point in the history