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: 46f4a934dcc9
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: b4479796e30b
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Sep 4, 2018

  1. vowpalwabbit: fix build against boost-python.

    Patch setup.py to look for libboost_python{Major}{Minor}.
    
    (cherry picked from commit 875bb6b)
    danieldk authored and xeji committed Sep 4, 2018
    Copy the full SHA
    8f33594 View commit details
    Browse the repository at this point in the history
  2. vowpal-wabbit: fix Darwin build.

    - Follow the same logic for finding boost-python as for Linux.
    - Set DYLD_LIBRARY_PATH so that ctypes find_library can find
      boost-python.
    - Do not use '-mt' suffix when linking against boost-serialization
      and boost-program_options on Darwin.
    
    (cherry picked from commit fe7e89b)
    danieldk authored and xeji committed Sep 4, 2018
    Copy the full SHA
    07ec5b5 View commit details
    Browse the repository at this point in the history
  3. vowpalwabbit: mark broken on aarch64.

    (cherry picked from commit 69d418a)
    danieldk authored and xeji committed Sep 4, 2018
    Copy the full SHA
    b447979 View commit details
    Browse the repository at this point in the history