-
Looks like it tries to use homebrew's path for intel... For arm the path is `/opt/homebrew/`
```
dyld[36739]: Library not loaded: /usr/local/opt/ncurses/lib/libncursesw.6.dylib
Referenced from:…
-
-
I'm going to see if I can do this. https://github.com/Homebrew/brew/blob/master/docs/How-to-Create-and-Maintain-a-Tap.md
-
## What's broken?
```shell
Error: Invalid formula: /usr/local/Homebrew/Library/Taps/wtfutil/homebrew-wtfutil/wtfutil.rb
wtfutil: wrong number of arguments (given 1, expected 0)
Error: Cannot tap w…
-
## Your Environment
- `mas version`: 1.8.7
- macOS version (`system_profiler SPSoftwareDataType -detailLevel mini`): macOS 14.7 (23H124)
### mas Install Method
- [X] `brew install mas` (home…
-
Project looks great, just thinking it would be nice to have install available via macOS package manager as well.
-
Had this appear in a recent fresh install
```
==> Installing gng from gdubw/gng
Warning: gng: No available formula with the name "gdub". Did you mean gdu, gdb or dub?
'conflicts_with "gdub"' sho…
-
***brew tap output***:
```bash
» brew tap keys-pub/tap
==> Tapping keys-pub/tap
Cloning into '/home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/keys-pub/homebrew-tap'...
…
-
I am unable to install this on apple silicon.
I tried installing MacFuse via brew, but that didn't work, so I installed it from the github release and did all of the security stuff. Then I tried…
-
I'm trying to build the matmul.c example on a mac m1 using the Macaulay2 tap. I managed to figure out the linking issues and get g++ to find the appropriate libraries and headers, but once I get that …