jrl-umi3218 / RBDyn

RBDyn provides a set of classes and functions to model the dynamics of rigid body systems.
BSD 2-Clause "Simplified" License
163 stars 47 forks source link

setup.in.py use sys.platform instead of os.name and add darwin check #44

Closed ahundt closed 6 years ago

ahundt commented 6 years ago

This is a simpler and more reliable way to check the OS version in python. Also fixes MacOS install bug detailed in https://github.com/jrl-umi3218/SpaceVecAlg/issues/16 which also applies here in RBDyn.

gergondet commented 6 years ago

Hi Andrew, same as jrl-umi3218/SpaceVecAlg#21

Sorry for the trouble but I'll land a patch that removes the python-config call entirely