-
Notifications
You must be signed in to change notification settings - Fork 6
Common Issues
Mahrud Sayrafi edited this page Jan 15, 2024
·
1 revision
Here are a few common workarounds to try if you run into problems. It's preferred that you also open an issue (or at least comment on an existing issue) if you run into a problem, even if one of the workarounds below helps you.
- Open the tap directory and query the repository:
cd $(brew --repo macaulay2/tap)
git show --summary
If the date shown is very old, in the same directory try resetting the repository:
git fetch origin
git reset --hard origin/main
- Try reinstalling gfan and normaliz:
brew remove gfan normaliz
brew install --build-bottle gfan normaliz
- If still no luck, try building the development version:
brew install --head M2
brew install macaulay2-common