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: 67d796d2297d
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: bf2a90298ab8
Choose a head ref
  • 4 commits
  • 2 files changed
  • 2 contributors

Commits on Sep 4, 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
    danieldk committed Sep 4, 2018
    Copy the full SHA
    590ce7d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    19ac917 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.
    danieldk committed Sep 4, 2018
    Copy the full SHA
    e57e92b View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2018

  1. Merge pull request #46053 from danieldk/mxnet-fixes

    pythonPackages.mxnet: fix build
    xeji committed Sep 5, 2018
    Copy the full SHA
    bf2a902 View commit details
    Browse the repository at this point in the history