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: 4b5c6c8a58a1
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: da115b4c56f7
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Nov 9, 2020

  1. libtorch-bin: fix CMake library paths for split outputs

    The libtorch CMake files are in the `dev` output and used relative
    paths to locate the shared libraries. This fails, because the
    libraries are in the `out` output. This change patches the CMake files
    to use library paths from `out`.
    
    See #102146.
    danieldk committed Nov 9, 2020
    Copy the full SHA
    e8721af View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2802a02 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. Merge pull request #103120 from danieldk/libtorch-bin-cmake-fix-lib-p…

    …aths
    
    libtorch-bin: fix CMake library paths for split outputs
    danieldk committed Nov 10, 2020
    Copy the full SHA
    da115b4 View commit details
    Browse the repository at this point in the history