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: 5ba445752b00
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 13a0ad3108c7
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Apr 12, 2017

  1. suitesparse_4_2: remove bogus NIX_CFLAGS

    NIX_CFLAGS should be NIX_CFLAGS_COMPILE; since pic is the default, we
    simply remove the bogus declaration.
    
    Tested with nix-build -A suitesparse_4_2
    joachifm committed Apr 12, 2017
    Configuration menu
    Copy the full SHA
    a883581 View commit details
    Browse the repository at this point in the history
  2. suitesparse_4_4: NIX_CFLAGS -> NIX_CFLAGS_COMPILE

    Tested with nix-build -A suitesparse_4_4
    joachifm committed Apr 12, 2017
    Configuration menu
    Copy the full SHA
    540a641 View commit details
    Browse the repository at this point in the history
  3. opal: NIX_CFLAGS -> NIX_CFLAGS_COMPILE

    Seeing as the build already passes, I suspect this is strictly redundant
    ...
    
    Tested with nix-build -A opal
    joachifm committed Apr 12, 2017
    Configuration menu
    Copy the full SHA
    13a0ad3 View commit details
    Browse the repository at this point in the history