To use the forumlas provided here with your homebrew installation:
brew tap OxfordSKA/homebrew-tap
To remove:
brew untap OxfordSKA/homebrew-tap
In most cases to update to a new version, simply replace the url and generate a new sha256 with
shasum -a 256 <file>
To create a new bottle:
brew install --build-bottle <formula>
brew bottle <formula>
see https://docs.brew.sh/Versions.html
When installing / building a homebrew package verbose mode can be enabled
with the -v
flag. For example:
brew install -v casacore