Skip to content
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

MacOS builds do not include shared libraries built against higher versions than 13.0 #1383

Open
mlxd opened this issue Dec 13, 2024 · 0 comments
Assignees
Labels

Comments

@mlxd
Copy link
Member

mlxd commented Dec 13, 2024

Issue description

Description of the issue - include code snippets and screenshots here
if relevant. You may use the following template below

  • Expected behavior: (What you expect to happen)
    The current builds of Catalyst for MacOS make use of the 14.0 OS and associated SDK. The built wheels are relabelled as 13.0 upon finish, to ensure they can be installed on older MacOS versions. The requirement here is to ensure the SDK version does not exclude the requirement of the minimum target of 13.0.

  • Actual behavior:
    The following libraries directly target the 14.0 SDK:

DEBUG:delocate.delocating:Bundled library info: libmlir_async_runtime.dylib arch=ARM64 target=14.0
DEBUG:delocate.delocating:Bundled library info: libmlir_float16_utils.dylib arch=ARM64 target=14.0
DEBUG:delocate.delocating:Bundled library info: libmlir_c_runner_utils.dylib arch=ARM64 target=14.0

PR #1382 aims to resolve this

@mlxd mlxd added the chore label Dec 13, 2024
@mlxd mlxd self-assigned this Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant