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: 05df9cec11e1
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 6ee979916492
Choose a head ref
  • 10 commits
  • 13 files changed
  • 3 contributors

Commits on Jul 31, 2019

  1. Copy the full SHA
    3df4e2d View commit details
    Browse the repository at this point in the history
  2. libtensorflow: 1.9 -> 1.14.0

    This also changes it to a from-source build.
    yorickvP authored and abbradar committed Jul 31, 2019
    Copy the full SHA
    2e46ae0 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    170dd55 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    0a1bf47 View commit details
    Browse the repository at this point in the history
  5. tensorflow: cleanup and merge with libtensorflow

    This merges work done by yorickvP and timokau in #63208 and #63616 respectively.
    Now the derivation builds both libtensorflow and the Python package and puts them into
    different outputs.
    
    Quite a bit of improvements were done on the top, including:
    
    * Use official tag revision as source, not a branch;
    * Use all system libraries possible (before only one was actually used);
    * Move various environment variables to the derivation itself from hooks;
    * Use source Python build instead of wheel build to ensure fixup hooks do their important jobs on libraries;
    * And more that I forgot!
    abbradar committed Jul 31, 2019
    Copy the full SHA
    019c136 View commit details
    Browse the repository at this point in the history
  6. buildBazelPackage: add flags for build and fetch

    They sometimes take separate flags.
    timokau authored and abbradar committed Jul 31, 2019
    Copy the full SHA
    e458a34 View commit details
    Browse the repository at this point in the history
  7. python.pkgs.tensorflow: fix optimization flags

    Now need to be passed in the configure phase.
    
    abbradar: Don't change CUDA build hash.
    timokau authored and abbradar committed Jul 31, 2019
    Copy the full SHA
    d30ec1a View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    19cdfe8 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    cd0e461 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #64716 from abbradar/tensorflow-revive

    Build Tensorflow and libtensorflow from source
    abbradar committed Jul 31, 2019
    Copy the full SHA
    6ee9799 View commit details
    Browse the repository at this point in the history