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: df2cc4121b56
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 7158e7442f9e
Choose a head ref
  • 8 commits
  • 3 files changed
  • 2 contributors

Commits on Sep 5, 2018

  1. haskellPackages.tensorflow-mnist-input-data: fetch

    Prefetch data so that the package doesn't try to connect to the internet.
    teto committed Sep 5, 2018
    Copy the full SHA
    11e2009 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2018

  1. haskellPackages.tensorflow-mnist-input-data: use an attribute set to …

    …specify the data files
    
    This is more understandable and safer than using a nested list.
    basvandijk committed Sep 6, 2018
    Copy the full SHA
    6bd8799 View commit details
    Browse the repository at this point in the history
  2. haskellPackages.tensorflow-mnist-input-data: link data files instead …

    …of copying
    
    This prevents duplication in the nix store.
    basvandijk committed Sep 6, 2018
    Copy the full SHA
    641025d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a5f08c1 View commit details
    Browse the repository at this point in the history
  4. Revert "libtensorflow: fix hashes for darwin and cuda downloads"

    This reverts commit 93ed13f.
    
    libtensorflow is only used by the Haskell tensorflow packages and they
    don't work with tensorflow-1.10 yet. So the easiest solution is to
    just revert this commit and add it back when they do gain support.
    basvandijk committed Sep 6, 2018
    Copy the full SHA
    39d35e7 View commit details
    Browse the repository at this point in the history
  5. Revert "libtensorflow: 1.9.0 -> 1.10.0"

    This reverts commit 7139911.
    
    libtensorflow is only used by the Haskell tensorflow packages and they
    don't work with tensorflow-1.10 yet. So the easiest solution is to
    just revert this commit and add it back when they do gain support.
    basvandijk committed Sep 6, 2018
    Copy the full SHA
    6e14b9f View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    1fc5a6d View commit details
    Browse the repository at this point in the history
  7. Merge pull request #46103 from teto/haskell_mnist

    haskellPackages.tensorflow-mnist-input-data: fetch
    basvandijk committed Sep 6, 2018
    Copy the full SHA
    7158e74 View commit details
    Browse the repository at this point in the history