Replies: 11 comments 19 replies
-
|
Yes, we are planing to do that. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
We've talked about how to do this, but haven't had the chance to design a good system for this yet. We really need to spend some serious time on OSX in this. |
Beta Was this translation helpful? Give feedback.
-
|
Do you have a triplet name in mind for fat binaries? |
Beta Was this translation helpful? Give feedback.
-
|
Is there any workaround for this until we get a new triplet? @strega-nil-ms |
Beta Was this translation helpful? Give feedback.
-
|
Has there been any update on the best way to do this at current? @JackBoosY |
Beta Was this translation helpful? Give feedback.
-
|
Is there some work that has already been started in that direction and that could be picked up by the OSS community? I have been using the process outlined in the blog-post below, but would be nice to have official support. |
Beta Was this translation helpful? Give feedback.
-
|
Is there any update on supporting universal macOS triplet? Thanks. |
Beta Was this translation helpful? Give feedback.
-
|
Hi, any update about this? |
Beta Was this translation helpful? Give feedback.
-
|
Some experiments: AppleClang Additionally, the Of course, vcpkg straightforwardly supports universal CMake dependencies by forwarding Some vcpkg portfile function implementations will have to be modified to properly support a |
Beta Was this translation helpful? Give feedback.
-
|
Is there an open issue for universal binary support? Clearly there has to be, but I can't find it. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
Apple has switched CPU architectures again, this time to ARM.
Proposed solution
Add a new triplet arm64-x64-osx (or some similar name) for ARM/x64 universal binaries
Describe alternatives you've considered
Make separate builds for x64-osx and arm64-osx
Additional context
https://cmake.org/cmake/help/latest/variable/CMAKE_OSX_ARCHITECTURES.html
Beta Was this translation helpful? Give feedback.
All reactions