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

Commits on Mar 25, 2018

  1. opencv3: don't download ippicv if not enabled

    On aarch64 ipp is not available but the derivation still tries to download it
    leading to an error that the platform is not supported.
    
    There is already an option to enable ipp which is disabled by default.
    So the sensitive thing to do is to only download the ippicv package if
    the option is enabled.
    
    This makes opencv3 build on aarch64.
    bachp committed Mar 25, 2018
    Copy the full SHA
    7ccbca6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #37765 from bachp/opencv3-aarch64

    opencv3: don't download ippicv if not enabled
    7c6f434c committed Mar 25, 2018
    Copy the full SHA
    71dd955 View commit details
    Browse the repository at this point in the history