borglab / gtsam-project-python

Project template using GTSAM + python wrapping
BSD 2-Clause "Simplified" License
57 stars 15 forks source link

Packaging Improvements #3

Closed varunagrawal closed 4 years ago

varunagrawal commented 4 years ago

I managed to find some issues lurking around which this PR fixes.

  1. setup.py flags to ensure correct packaging on install.
  2. Updated CMakeLists to pick up the default Python version rather than a specific python version.
  3. Updated the library install path on wrapping.
  4. Clean up the setup.py file.
  5. Fixed minor typo in TUTORIAL.md.