Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adapt to support boost 1.65 #35

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

awesomebytes
Copy link

From the Boost 1.65 release notes:
http://www.boost.org/users/history/version_1_65_1.html

The boost::python::numeric API has been removed, as it is being obsoleted by boost::python::numpy.

I found how to fix it from: https://github.com/mcs07/rdkit/blob/a5358f7744dae13731b28963b5c4c45983331dba/Code/RDBoost/boost_numpy.h

Building stuff for Gentoo pulls the latest Boost and so, this popped.

From the Boost 1.65 release notes:
http://www.boost.org/users/history/version_1_65_1.html

> The boost::python::numeric API has been removed, as it is being obsoleted by boost::python::numpy.


I found how to fix it from: https://github.com/mcs07/rdkit/blob/a5358f7744dae13731b28963b5c4c45983331dba/Code/RDBoost/boost_numpy.h

Building stuff for Gentoo pulls the latest Boost and so, this popped.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant