Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
base: 5c669af4abd5
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 4cd107f6b3e0
Choose a head ref
  • 12 commits
  • 12 files changed
  • 9 contributors

Commits on Mar 3, 2019

  1. dlib: add flag to disable AVX support

    Especially older hardware doesn't support AVX instructions. DLib is
    still functional there, but significantly slower[1].
    
    By setting `avxInstructions` to false, DLib will be compiled without
    this feature.
    
    [1] http://dlib.net/compile.html
    Ma27 committed Mar 3, 2019
    Copy the full SHA
    9732c44 View commit details
    Browse the repository at this point in the history
  2. pythonPackages.face_recognition: 1.2.2 -> 1.2.3

    There's no git tag for 1.2.3, hence we need to pin to the corresponding
    revision because we build from a git source.
    
    After recent breakage on Hydra[1], the tests were disabled. Although
    some build machines don't support AVX, we shouldn't use a DLib without
    AVX as the builder's result is also used on modern machines with AVX
    support. Before merging changes, maintainers should run the check phase
    locally in a `nix-shell`.
    
    [1] https://hydra.nixos.org/build/89533530
    Ma27 committed Mar 3, 2019
    Copy the full SHA
    6fec5aa View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2019

  1. enet: 1.3.13 -> 1.3.14

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/enet/versions
    r-ryantm committed Mar 21, 2019
    Copy the full SHA
    5bccd8e View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2019

  1. paps: init at 0.7.0

    etu committed Mar 30, 2019
    Copy the full SHA
    a34f698 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    cfaca48 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #58067 from r-ryantm/auto-update/enet

    enet: 1.3.13 -> 1.3.14
    dywedir committed Mar 30, 2019
    Copy the full SHA
    62a81b6 View commit details
    Browse the repository at this point in the history
  4. janet: init at 0.4.0 (#57549)

    andrewchambers authored and veprbl committed Mar 30, 2019
    Copy the full SHA
    49d4668 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    7b64309 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #58579 from etu/init-paps

    paps: init at 0.7.0
    markuskowa committed Mar 30, 2019
    Copy the full SHA
    13477c7 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #58584 from srhb/gitea-tags-fix

    gitea: Fix sqlite support and baked-in tags
    Ma27 committed Mar 30, 2019
    Copy the full SHA
    b61fba0 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    b556663 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #56786 from Ma27/dlib-avx-fixes

    dlib: improve AVX configuration
    Ma27 committed Mar 30, 2019
    Copy the full SHA
    4cd107f View commit details
    Browse the repository at this point in the history