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

Commits on Jul 6, 2020

  1. cc-wrapper: set FC when langFortran is on

    We need to set FC so that CMake and other tools can find the fortran
    compiler. Also we need to limit the hardening flags since fortify and
    format don’t work with fortran.
    
    Fixes #88449
    matthewbauer committed Jul 6, 2020
    Copy the full SHA
    f42aa7e View commit details
    Browse the repository at this point in the history
  2. blas: use $NM instead of nm

    This is the right one on cross compilation.
    matthewbauer committed Jul 6, 2020
    Copy the full SHA
    e7ea3de View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    8a525d6 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2020

  1. Merge pull request #92412 from matthewbauer/blas-cross

    Blas/Lapack cross fixes
    FRidh committed Aug 15, 2020
    Copy the full SHA
    d59c57f View commit details
    Browse the repository at this point in the history