We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Boost (>=1.67) supports building multiple versions of boost_pythonXX for various python versions.
>=1.67
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.
-o boost:python_version='2.7,3.6,3.8'
boost:python_version=3.8
Any cunning ideas on how I can support this?
Split boost_pythonXX out to separate recipes?
Tagging @SSE4, @madebr
The text was updated successfully, but these errors were encountered:
Created issue #12038 instead
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: