Anton Melnikov

Results 32 comments of Anton Melnikov

Can someone add `help wanted` label 🙏

it looks like math-comp 2.4.0 requires newer ocaml

I think the same issue applies to other builtin caveats that perform a check, f.e. `files_in_usr_local`: https://github.com/Homebrew/brew/blob/0a7a60f50645c532528b2dcffbc9b7788cb2dcbb/Library/Homebrew/cask/dsl/caveats.rb#L111-L119 This message will be shown regardless of `HOMEBREW_PREFIX`. I think it would be...

There's no need to test all possible version, we can just use one or two

There are a few options how you can use this compiler on Windows: 1. Use [WSL](https://learn.microsoft.com/en-us/windows/wsl/install) 2. Use VSCode compilers for Windows: https://code.visualstudio.com/docs/languages/cpp 3. Many other methods, just google it...

Here's my patch ```patch diff --git a/Library/Homebrew/uninstall.rb b/Library/Homebrew/uninstall.rb index ba03abc04f..e298bf9c0a 100644 --- a/Library/Homebrew/uninstall.rb +++ b/Library/Homebrew/uninstall.rb @@ -68,6 +68,15 @@ module Homebrew unversioned_name = f.name.gsub(/@.+$/, "") maybe_paths = Dir.glob("#{f.etc}/*#{unversioned_name}*") + excluded_names...

Building for source is not recommended (see [Tier Support](https://docs.brew.sh/Support-Tiers#tier-3)). Why did you decide not to install pre-built package?

There might be a problem with your configuration, it builds from source on my machine (macOS 15 with ARM): https://gist.github.com/botantony/7884e5c80242827b221bfaf39510be61