-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
When compiling boost in macOS Intel for arm64, some libraries are missing. #12044
Comments
Hi @iradization I guess this is a problem related to the recipe, so let me transfer the issue to conan-center-index repository. |
Hi all, any chance someone can look at this error ? thanks ! |
@iradization It's unexpected, because any change related to those options, as more than 1 year old. First, what's the content of your recipe? Are you requesting specific options? That error says what was requested in terms of modules, is not the same for what the recipe found. Also, you can use I suggest you cleaning your cache, then trying to install Boost again:
|
…ersion This switches the code from using `conans.client.tools.version.Version` (which wraps semver and has .major and .minor properties) to `conans.model.version.Version` (which has .major and .minor methods). So the later calls to .major and .minor weren't calling the methods and we get: ```python @(Pdb) Version(self._python_version).major <bound method Version.major of '3.10'> ```
While trying to create a cross-platform build system for my project, I encountered the following issue when fetching boost library from Conancenter:
here's the install command + configuration
And this is the error I've got :
any idea how to resolve it ?
The text was updated successfully, but these errors were encountered: