-
# Key problems
1. Package A is updated from 1.0 to 2.0, breaking package B which depends on A 1.0.
- breakage is not always detected
- Example: ceres depends on an exact version of eigen (a si…
-
`brew install --help` doesn't say anything about this.
-
[Homebrew bundle](https://github.com/Homebrew/homebrew-bundle) allows you to define brew dependencies for your project in a `Brewfile`. I think this would make a great addition to laptop. I’m happy to…
-
I found out that brew can take a `Brewfile` now and combined with `brew cask` a lot of the bespoke code in the laptop script for automation of brew is probably redundant. The user-facing messages aren…
mogul updated
8 years ago
-
I'm interested in converting my package list to be more similar to "brew leaves" (Run the external brew command using brew leaves, see https://github.com/Homebrew/brew/blob/cb711a2d39a9c76d40f43b4fe13…
-
I believe this falls under the idempotence tag but what makes the difference between already installed formulæ in such a way that when trying to re-install them some throw a warning while some fail wi…
-
Hi,
I have extensively updated the [`mapserver` Homebrew formula](https://github.com/dakcarto/homebrew/blob/master/Library/Formula/mapserver.rb), currently as [`mapserver-64` in my OSGeo4Mac tap](htt…
-
the new brewfile format is, I believe, a ruby file. So it _might_ be possible to write it in a way where I can have tag-specific brewfiles and source them all into a central `brewfile` to use with `br…
-
A number of websites talk about having a Brewfile that is executed by `brew bundle`. However, when I try this I get "Error: Unknown command: bundle". In all other ways, `brew` is working. Looking at `…
-
I’m submitting this as an issue instead of a PR because I don’t know where, if, and how much of this information you’d like to include. If you want to give me some pointers in that regard, I can work …