Carlo Cabrera
Carlo Cabrera
For context, this appears to be needed for https://github.com/Homebrew/homebrew-core/pull/114382, which updates the version of Zig that Homebrew ships.
> I could not find a `-U_from_file ` argument to batch-inform `ld` about the symbols to accept as being undefined. `ld` response files might be useful here (though it is...
> (@carlocab also means that you can finally get rid of that resource in the Neovim formula -- to make up for the treesitter parsers ;)) Amazing, now we have...
Sounds good to me: https://github.com/Homebrew/homebrew-core/pull/109791
I've merged Homebrew/homebrew-core#109791. If someone opens an issue about `brew install --HEAD neovim` being broken, tell them to `brew update` and try again. If that doesn't work, you can point...
We do set `TZ=UTC0` in our build environment to prevent `make` from getting confused about timestamps and overzealously regenerating some targets (See, e.g, Homebrew/homebrew-core#87470). We can unset this for our...
I'm afraid I know even less than you do about this! @Bo98 should be able to tell you more.
The crash seems to have been fixed with Xcode 13, but the build still fails. ``` In file included from /tmp/sleef-20211107-6741-1f4kyvw/sleef-3.5.1/src/libm/sleefsimdsp.c:176: /tmp/sleef-20211107-6741-1f4kyvw/sleef-3.5.1/src/arch/helperneon32.h:7:2: error: Please specify -mfpu=neon. #error Please specify -mfpu=neon....
This fell off my radar. Could you assign this issue to me so it’s easier for me to find in the GitHub UI?
For future reference, this was fixed in https://github.com/strasdat/Sophus/pull/376. (At the very least, this is fixed in the latest version of Sophus.)