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: 61ce84904e72
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 84a13a8bddf0
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on May 30, 2017

  1. pythonPackages.tensorflow: Don't change the rpath to point to gcc4.9

    When using cuda, the rpath was set to include GCC lib version 4.9.
    I am not sure what this was attempting to do, but an effect was to
    prevent certain python libraries to find the correct (newer) version
    of the std lib.
    
    Also avoid mentions of any specifc version in the
    propagatedBuildInputs
    jyp committed May 30, 2017
    Configuration menu
    Copy the full SHA
    1fdf42d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #26213 from jyp/tf-standard-gcc

    pythonPackages.tensorflow: Don't change the rpath to point to gcc4.9
    FRidh committed May 30, 2017
    Configuration menu
    Copy the full SHA
    84a13a8 View commit details
    Browse the repository at this point in the history