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

Commits on May 17, 2018

  1. Adapt to support boost 1.65

    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.
    awesomebytes authored May 17, 2018
    Configuration menu
    Copy the full SHA
    cabe011 View commit details
    Browse the repository at this point in the history