Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preparation for building with shared boost #2611

Merged
merged 4 commits into from
Apr 18, 2020

Commits on Feb 28, 2020

  1. Preparation for building with shared boost

    Can be tested currently by ensuring `-DBOOST_ROOT=<path_to_boost_root> -DNANO_SHARED_BOOST=ON` are set for cmake
    This will also require you have locally built static boost 1.67+
    added switch for shared/static linkage to bootstrap_boost.sh default to static
    Russel Waters committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    73fe857 View commit details
    Browse the repository at this point in the history
  2. tabs vs spaces

    Russel Waters committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    60e40ee View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2020

  1. Verbiage for clarity

    Russel Waters committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    88105ab View commit details
    Browse the repository at this point in the history
  2. '-j n' switch for bootstrap_boost.sh

    allows for multiple jobs to be built at once with b2
    Russel Waters committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    734935a View commit details
    Browse the repository at this point in the history