Write formulae that depends on vulkan-sdk #2957
Answered
by
SMillerDev
CarterLi
asked this question in
Writing Formulae/Casks
-
More multi-platform libs have vulkan support, for example libplacebo. We do have molten-vk however most libraries requires full vulkan sdk https://vulkan.lunarg.com/sdk/home#mac Any suggestions? |
Beta Was this translation helpful? Give feedback.
Answered by
SMillerDev
Feb 15, 2022
Replies: 1 comment 3 replies
-
Is the sdk open source? No -> No -> non-formula dependencies are not allowed in homebrew, but you can always ship it in a personal tap. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
CarterLi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is the sdk open source?
Yes -> make it into a formula and declare it as dependency
No ->
Is your formula in a non-homebrew tap?
Yes -> you can depend on whatever you want
No -> non-formula dependencies are not allowed in homebrew, but you can always ship it in a personal tap.