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

[question] boost: building multiple boost_python versions? #11999

Closed
markferry opened this issue Aug 1, 2022 · 1 comment
Closed

[question] boost: building multiple boost_python versions? #11999

markferry opened this issue Aug 1, 2022 · 1 comment
Labels
question Further information is requested

Comments

@markferry
Copy link

markferry commented Aug 1, 2022

Boost (>=1.67) supports building multiple versions of boost_pythonXX for various python versions.

How could this support be added to the conan-center boost recipe?

I've attempted to parameterize the recipe in this (draft) PR: #11998

It build the libs but there are issues concerning the package ID.

In particular the value of -o boost:python_version='2.7,3.6,3.8' is simply a string.
It will not match, for example, boost:python_version=3.8.

Any cunning ideas on how I can support this?

Split boost_pythonXX out to separate recipes?

Tagging @SSE4, @madebr

@markferry markferry added the question Further information is requested label Aug 1, 2022
@markferry
Copy link
Author

Created issue #12038 instead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant