-
Additional Info
Output of
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Short answer is that it should probably be broken down better but it currently doesn't because (a) nobody has worked on it and (b) we don't have separate subpackages anyway - just a single Homebrew could depend on any of the following depending on the formula (with the whatever corresponding minimum versions roughly align with GCC 11):
(+ any glibc library or anything from Because the compiler itself usually covers all of it, we checked for that for simplicity. I agree that this should be broken down better - it just isn't yet and that would require some work to do. There is currently no metadata attached to formulae that is able to deduce which of the above is needed ahead-of-time. |
Beta Was this translation helpful? Give feedback.
Short answer is that it should probably be broken down better but it currently doesn't because (a) nobody has worked on it and (b) we don't have separate subpackages anyway - just a single
gcc
formula.Homebrew could depend on any of the following depending on the formula (with the whatever corresponding minimum versions roughly align with GCC 11):
gem install
on a native gem)(+ any glibc library or anything from
lib6c-dev
/glibc-devel
or equivalent)Because the compiler itself usually covers all of it, we checked for that for simplicity. I agree that this should be broken down better - it jus…