-
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
Boost: correct address model for "s390x" architecture #25789
Conversation
Added "s390x" to the _b2_address_model function to return "64".
Conan v1 pipeline ❌Warning Conan Center will stop receiving updates for Conan 1.x packages soon - please see announcement. Sorry, the build is only launched for Access Request users. You can request access writing in this issue. Conan v2 pipeline ❌
The v2 pipeline failed. Please, review the errors and note this is required for pull requests to be merged. In case this recipe is still not ported to Conan 2.x, please, ping Sorry, the build is only launched for Access Request users. You can request access writing in this issue. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR is fine, just double checking something on CI :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @pya102 - We don't have a way to test this, but all info I can find online points to that architecture being 64-bit .
Thank you so much for your response. If interested, IBM provides access to Virtual Machines using s390x architecture to Open Source projects like this one. You can request access using this link: https://community.ibm.com/zsystems/form/l1cc-oss-vm-request/ I look forward to continuing to contribute to the community. |
Added "s390x" to the _b2_address_model function to return "64".
Summary
Changes to recipe: lib/all
Motivation
Boost library fails to build on IBM Z and IBM LinuxONE processors due to recipe defaulting to 32-bits architecture due to the following function:
Details
Added "s390x" to the architecture tuple returning "64":