Changes between Initial Version and Version 1 of Ticket #66532
- Timestamp:
- Dec 22, 2022, 10:25:38 PM (23 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #66532
-
Property
Status
changed from
new
toassigned
- Property Cc Gcenx added
-
Property
Summary
changed from
moltenvk should be labeled as a universal variant
toMoltenVK: Add universal variant; don't install universal unless universal variant is selected
- Property Owner set to ryandesign
- Property Keywords vk vulkan loader moltenvk removed
- Property Port MoltenVK added; moltenvk vulkan-loader removed
-
Property
Status
changed from
-
Ticket #66532 – Description
initial v1 1 1 When compiling and installing moltenvk it provides a universal variant but isn't labeled as such which causes issues for packages you try to build with universal label , that depend on it like vulkan-loader 2 {{{ 2 3 Error: Cannot install vulkan-loader for the archs 'arm64 x86_64' because 3 4 Error: its dependency MoltenVK is only installed for the arch 'arm64' 4 5 Error: and does not have a universal variant. 6 }}} 5 7 8 {{{ 6 9 file /opt/local/lib/libMoltenVK.dylib 7 10 /opt/local/lib/libMoltenVK.dylib: Mach-O universal binary with 2 architectures: [x86_64:Mach-O 64-bit dynamically linked shared library x86_64] [arm64] 8 11 /opt/local/lib/libMoltenVK.dylib (for architecture x86_64): Mach-O 64-bit dynamically linked shared library x86_64 9 12 /opt/local/lib/libMoltenVK.dylib (for architecture arm64): Mach-O 64-bit dynamically linked shared library arm64 13 }}}