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

Dependencies for unsupported architectures should be ignored #1322

Open
eschnett opened this issue Apr 22, 2024 · 0 comments
Open

Dependencies for unsupported architectures should be ignored #1322

eschnett opened this issue Apr 22, 2024 · 0 comments

Comments

@eschnett
Copy link
Contributor

I noticed today that the package MKL_jll on macOS has oneAPI_jll as dependency. Since oneAPI is supported on macOS this jll is downloaded. However, MKL is not supported on macOS, and thus this dependency isn't actually needed.

It would be convenient if BinaryBuilder "zeroed out" all dependency declarations for architectures that are not supported when building Yggdrasil packages. These dependencies are never used.

One could do this manually, either directory or in a loop after the dependencies = ... definition in the Yggdrasil recipe, but it would be more convenient if BinaryBuilder did this automatically.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant