We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
You can build and bottle a package with the following commands:
brew uninstall --ignore-dependencies PROGRAM brew install --build-bottle PROGRAM brew bottle --no-rebuild PROGRAM
Also see: 142
To make the bottle available for use by others, it needs to be uploaded in a repository and linked to inside the corresponding formula.
PROGRAMS="`brew deps M2 | grep macaulay2`" for i in $PROGRAMS; do brew uninstall --ignore-dependencies $i brew install --build-bottle $i brew bottle --no-rebuild $i done
normaliz
-
.1
cd $(brew --repo macaulay2/tap) git push
You may need to set up a fork and make a pull request to for the last step.
brew update brew remove M2 brew remove --ignore-dependencies `brew deps M2 | grep macaulay2` brew install M2