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

Commits on Sep 3, 2018

  1. vowpalwabbit: fix build against boost-python.

    Patch setup.py to look for libboost_python{Major}{Minor}.
    danieldk committed Sep 3, 2018
    Copy the full SHA
    875bb6b 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.
    danieldk committed Sep 3, 2018
    Copy the full SHA
    fe7e89b View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2018

  1. Copy the full SHA
    69d418a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #45987 from danieldk/fix-vowpalwabbit

    vowpalwabbit: fix build against boost-python.
    xeji committed Sep 4, 2018
    Copy the full SHA
    d22e22e View commit details
    Browse the repository at this point in the history