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

Commits on Sep 5, 2018

  1. mxnet: fix library dependencies.

    - mxnet now builds the open source MKL DNN library. However, this
      was not included with the build.
    - mxnet builds its own OpenMP library, even when OpenMP is provided
      by the system. This leads to problems, so remove the included
      OpenMP implementation:
    
      apache/mxnet#12160
    
    (cherry picked from commit 590ce7d)
    danieldk authored and xeji committed Sep 5, 2018
    Copy the full SHA
    e2baf6a View commit details
    Browse the repository at this point in the history
  2. python[23]Packages.graphviz: 0.5.2 -> 0.9

    (cherry picked from commit 19ac917)
    danieldk authored and xeji committed Sep 5, 2018
    Copy the full SHA
    81b8016 View commit details
    Browse the repository at this point in the history
  3. python[23]Packages.mxnet: fix build

    Relax graphviz, numpy, requests dependency version bounds.
    
    (cherry picked from commit e57e92b)
    danieldk authored and xeji committed Sep 5, 2018
    Copy the full SHA
    dd6d9ae View commit details
    Browse the repository at this point in the history