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
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