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: 39789683d049
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 098cb9f63aa7
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Mar 8, 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
    Ma27 committed Mar 8, 2019
    Copy the full SHA
    94c3ac2 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2019

  1. 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
    Ma27 committed Mar 11, 2019
    Copy the full SHA
    d237919 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2019

  1. Merge pull request #56082 from Ma27/fix-pyopencl

    python3Packages.pyopencl: fix build
    dotlambda committed Mar 13, 2019
    Copy the full SHA
    098cb9f View commit details
    Browse the repository at this point in the history