Carlo Cabrera

Results 648 comments of Carlo Cabrera

Can you try doing ```sh /usr/bin/sed -i '' \ 's/aarch64-apple-darwin23/aarch64-apple-darwin24/g' \ "$(brew --prefix octave)/lib/pkgconfig/octave.pc" ``` and see if it helps?

Yes, looks like the flags are baked into `mkoctfile`. You'll probably need to rebuild `octave` from source with something like ``` brew reinstall --build-from-source octave ```

> If Flang is part of Xcode at some point in the future, maybe using that will be an option? That would make things a lot easier, but I very...

Should be fixed upstream in https://github.com/ziglang/zig/pull/23264. See also discussion at https://github.com/Homebrew/homebrew-core/pull/210173.

Should be fixed by https://github.com/ziglang/zig/pull/23264. See discussion at https://github.com/Homebrew/homebrew-core/pull/210173.

What's the output of `brew doctor`? And `ls -la $(brew --cellar)`?

Should probably keep `pygit2` -- it links with `libgit2`, and vendoring it into its dependents leads to really long build times (due to revision bumps) when `libgit2` is updated.

> Is there any hope of getting a stay of execution on the python-packaging formula? The discussion above seems like good reasoning for this for me, but CC @Homebrew/core for...

Un-`disable!`d `python-packaging` at #183426.

> We are not sure whether the change affects compatibility with previous versions on macOS. This does affect compatibility, so it can/should probably wait until you bump `SHVER`, since clients...