DDMAL / libmei

C++ library and Python bindings for the Music Encoding Initiative format
http://music-encoding.org
Other
63 stars 23 forks source link

Fix boost-python version to work for different versions of python3 #121

Closed martha-thomae closed 3 years ago

martha-thomae commented 3 years ago

For python3, the setup.py script only looked for the boost_python36-mt version regardless of the actual version of python3 used. I changed this so that it looks for the version of boost-python corresponding to the correct python3 version. I have python3.9 and this fix works in looking for boost_python39-mt.

martha-thomae commented 3 years ago

Thank you, @ahankinson! I did the necessary changes. Is it looking good now?