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

Setup py improvements #38

Merged
merged 3 commits into from
May 13, 2019
Merged

Setup py improvements #38

merged 3 commits into from
May 13, 2019

Commits on May 9, 2019

  1. setup.py: don't run git submodule update if modules already exist.

    Prevents accidental overwriting of changes (or unnecessary pulling of
    more stuff when I explicitly *not* init a subset of the modules).
    mosra committed May 9, 2019
    Configuration menu
    Copy the full SHA
    a9be3c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    273479e View commit details
    Browse the repository at this point in the history

Commits on May 10, 2019

  1. Setup.py -- Argprase, Cmake Args, and caching (#40)

    * Argparse
    * --cmake-args
    * Caching of arguments to build_ext and argparse
    erikwijmans committed May 10, 2019
    Configuration menu
    Copy the full SHA
    fdc057e View commit details
    Browse the repository at this point in the history