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: 5d8dd5c2598a
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: b4631b0dccf3
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Aug 29, 2020

  1. pythonPackages.blis: add missing dependency numpy

    blis' numpy dependency seems to have been falsely satisfied by its
    inclusion in checkInputs, whereas this seems to actually be an install
    dependency. this can be demonstrated by attempting to build this package
    with doCheck = false and watching it fail.
    
    also removed cython from checkInputs as it's already in nativeBuildInputs
    risicle committed Aug 29, 2020
    Copy the full SHA
    4b3f8bd View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2020

  1. Merge pull request #96664 from risicle/ris-blis-missing-dependency

    pythonPackages.blis: add missing dependency numpy
    danieldk committed Aug 30, 2020
    Copy the full SHA
    b4631b0 View commit details
    Browse the repository at this point in the history