[x] Have you checked that there aren't other open pull requests for the same formula update/change?
[x] Have you built your formula locally with brew install --build-from-source <formula>, where <formula> is the name of the formula you're submitting?
[x] Does your build pass brew audit --strict <formula> (after doing brew install <formula>)?
Remove gcc_4_0 failure which is no longer supported in Homebrew. Unlikely to affect SuperNEMO since our oldest platform has GCC 4.4 as the system compiler.
brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingbrew install <formula>
)?Remove
gcc_4_0
failure which is no longer supported in Homebrew. Unlikely to affect SuperNEMO since our oldest platform has GCC 4.4 as the system compiler.