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: 56a7ea6fbed4
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: ccdd229d2137
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Jun 17, 2018

  1. dlib: 19.9 -> 19.13 (#41953)

    This fixes the latest `dlib` build for `nixpkgs` compliancy:
    
    * Patched `setup.py` to use number of jobs defined in `$NIX_BUILD_CORES`
      rather than using all available cores.
    
    * Bumped `dlib` to latest version (v19.13 ATM).
    
    * Dropped `openblas` build input, `cblas` which actually works lives in
      `dlib/external`. Otherwise the test suite runs into segfaults (see
      #39255 (comment) for
      further reference).
    
    * Added myself as maintainer in case of any further breakage in the
      future.
    
    Closes #39255
    
    /cc @dotlambda @ryantm
    Ma27 authored and xeji committed Jun 17, 2018
    Copy the full SHA
    ccdd229 View commit details
    Browse the repository at this point in the history