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

Fix python detection #123

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

Fix python detection #123

wants to merge 2 commits into from

Conversation

pieterlexis
Copy link
Collaborator

@pieterlexis pieterlexis commented Jan 12, 2021

When using Boost::Python, the program should be linked with -lpython$VERSION. This PR does some basic detection of different versions of python to accomplish this.

It would be nice to have some a way to specify the version of python to target.

This PR also switches from AC_PROG_LIBTOOL (which is deprecated in autoconf 2.70) to LT_INIT (which is available since 2004).

Fixes #118

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.

BOOST_PYTHON error since python 3.8
1 participant