ndarray / Boost.NumPy

Boost.Python interface for NumPy; now deprecated in factor of the version in Boost.Python itself.
Boost Software License 1.0
151 stars 73 forks source link

python version detection in cmake #39

Closed termoshtt closed 9 years ago

termoshtt commented 9 years ago

Dear Boost.NumPy team,

I'm happy to find this project, but cmake does not work in my Python3 environments. I introduce a python version detection in cmake. I also revise example/wrap.cpp, which is reported in #33.

thanks,

TallJimbo commented 9 years ago

Thanks for the contribution! I've merged it to master (with a slight modification to the commit messages that will make it appear that I haven't).