-
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
[pybind11] Do not support Mac for now #11075
[pybind11] Do not support Mac for now #11075
Conversation
Signed-off-by: Uilian Ries <uilianries@gmail.com>
Signed-off-by: Uilian Ries <uilianries@gmail.com>
Signed-off-by: Uilian Ries <uilianries@gmail.com>
I detected other pull requests that are modifying pybind11/all recipe:
This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there. |
This comment has been minimized.
This comment has been minimized.
Signed-off-by: Uilian Ries <uilianries@gmail.com>
This comment has been minimized.
This comment has been minimized.
Signed-off-by: Uilian Ries <uilianries@gmail.com>
This comment has been minimized.
This comment has been minimized.
Signed-off-by: Uilian Ries <uilianries@gmail.com>
This comment has been minimized.
This comment has been minimized.
Signed-off-by: Uilian Ries <uilianries@gmail.com>
This comment has been minimized.
This comment has been minimized.
Signed-off-by: Uilian Ries <uilianries@gmail.com>
@SSE4 could you please review? So far, it failed with 11.0, 12.0 and 13.0, but those are the version that we have, I don't have an older compiler version to validate, so I only included those 3 |
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.
@uilianries Thanks for looking into this and providing a fix. The changes look good to me 👍
@uilianries I've checked locally, and the same error (
so I think the reason it fails is different 🤔 |
Let me jump in since we are using pybind11 and this recipe. There are already several issues in CCI regarding the bugged pybind11 recipe. To sum it up: From what I understand, the recipe will never work properly with |
A nice overview of the problem can be found in this comment: |
Let's get this merged and since I have no clue, @vectorsli i'll ping you for help in the future ❤️ |
pybind is no longer available for mac in conan center. See: conan-io/conan-center-index#11075 pybind/pybind11#3081 Signed-off-by: Tom Cowland <tom@foundry.com>
* cache cmake Signed-off-by: Uilian Ries <uilianries@gmail.com> * Skip Mac support Signed-off-by: Uilian Ries <uilianries@gmail.com> * Remove old versions Signed-off-by: Uilian Ries <uilianries@gmail.com> * Update not supported OS Signed-off-by: Uilian Ries <uilianries@gmail.com> * Skip apple-clang 11 Signed-off-by: Uilian Ries <uilianries@gmail.com> * Skip apple-clang 11 Signed-off-by: Uilian Ries <uilianries@gmail.com> * Skip apple-clang 12 Signed-off-by: Uilian Ries <uilianries@gmail.com> * Skip apple-clang 13 Signed-off-by: Uilian Ries <uilianries@gmail.com>
Specify library name and version: pybind11/2.9.1
Related to #10817
/cc @ericLemanissier
/cc @vectorsli