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: 8b89e0494c5a
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 5a3aa5360059
Choose a head ref
  • 4 commits
  • 4 files changed
  • 2 contributors

Commits on Aug 3, 2020

  1. libsvm: make it possible to use it for saga

    saga, as possibly other packages too, searches for svm.h in
    include/libsvm/svm.h. Since the package doesn't hold a proper install
    target, it should be OK to link the `svm.h` to `libsvm/svm.h` in
    `$out/include/`.
    doronbehar committed Aug 3, 2020
    Copy the full SHA
    0eafccc View commit details
    Browse the repository at this point in the history
  2. dxflib: install a dxflib.pc file,

    Based on fedora's dxflib package
    (https://src.fedoraproject.org/rpms/libdxflib/blob/master/f/libdxflib.spec)
    We install a dxflib.pc file that enables e.g saga detect dxflib.
    doronbehar committed Aug 3, 2020
    Copy the full SHA
    308600c View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2020

  1. saga: 7.6.3 -> 7.7.0

    Other changes include:
    - Reformat inputs and arguments to drv.
    - Use autoreconfHook as upstream's generated ./configure has proved to
    be not reliable (it didn't detect properly missing deps).
    - Add many more dependencies that were detected now with autoreconfHook.
    - Upgrade gui dep to wxGTK31-gtk3.
    - Upgrade opencv dep to opencv4.
    doronbehar committed Aug 8, 2020
    Copy the full SHA
    adaf006 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2020

  1. Merge pull request #94619 from doronbehar/saga-opencv4

    saga: 7.6.3 -> 7.7.0
    7c6f434c committed Aug 16, 2020
    Copy the full SHA
    5a3aa53 View commit details
    Browse the repository at this point in the history