Carlo Cabrera
Carlo Cabrera
- [x] Have you followed the [guidelines for contributing](https://github.com/Homebrew/homebrew-core/blob/HEAD/CONTRIBUTING.md)? - [x] Have you ensured that your commits follow the [commit style guide](https://docs.brew.sh/Formula-Cookbook#commit)? - [x] Have you checked that there aren't...
This will allow us to parallelise dependent testing on GitHub-hosted runners.
We struggled with updating deno at Homebrew for a while (cf. https://github.com/Homebrew/homebrew-core/pull/66920) and it seems that part of the reason is that the build is non-deterministic. The exact same build...
### Describe the bug The build fails with fmt 11+. I don't have the error log anymore, but I can reproduce it if required. A patch is attached below. ###...
- [x] Have you followed the guidelines in our [Contributing](https://github.com/Homebrew/brew/blob/HEAD/CONTRIBUTING.md) document? - [x] Have you checked to ensure there aren't other open [Pull Requests](https://github.com/Homebrew/brew/pulls) for the same change? - [x]...
- [x] Have you followed the guidelines in our [Contributing](https://github.com/Homebrew/brew/blob/HEAD/CONTRIBUTING.md) document? - [x] Have you checked to ensure there aren't other open [Pull Requests](https://github.com/Homebrew/brew/pulls) for the same change? - [x]...
- [x] Have you followed the [guidelines for contributing](https://github.com/Homebrew/homebrew-core/blob/HEAD/CONTRIBUTING.md)? - [x] Have you ensured that your commits follow the [commit style guide](https://docs.brew.sh/Formula-Cookbook#commit)? - [x] Have you checked that there aren't...
I need to check how this fails so I can report the failure upstream.
On macOS, shared libraries are expected to be installed with the naming convention lib$NAME.$SOVERSION.dylib We also prefix the library install name with `@rpath` to indicate to the dynamic linker that...
Building ArrayFire with fmt 11.0.2 fails. Description =========== Attempting to build ArrayFire 3.9.0 with fmt 11.0.2 fails. The CMake configuration is the same as in #3595. Error Log --------- There...