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

Kernel dies at boost::numpy::initialize() with Anaconda / non-native python command #55

Closed chemiskyy closed 8 years ago

chemiskyy commented 8 years ago

Running demo_gaussian.py with gaussian.so using the native python (in my mac the /usr/bin/python2.7 I get the example to work correctly. However, reinstalling Boost.Numpy with Cmake while modifying DPYTHON_LIBRARY=//libpython2.7.dylib DPYTHON_EXECUTABLE=//python2.7 I get to crash the kernel any time I try to initialise boost::bumpy

However, it is still working fine with /usr/bin/python2.7 command

chemiskyy commented 8 years ago

Please close the issue, it has been fixed since Numpy and Boost are built from the same python libraries version. Sorry for the inconvenience