Closed yuriever closed 2 years ago
Yes, I was in the process of rebuilding it to fix a compiler issue for Monterey. Could you help us with rebottling gfan for M1? Here are the steps:
brew uninstall --ignore-dependencies gfan
brew install --build-bottle gfan
brew bottle --no-rebuild gfan
Then upload the bottle somewhere and I'll update the formula. This would be greatly appreciated! If you are willing, there are a few other packages that could similarly use someone's help on M1!
The other packages that need new M1 bottles: cddlib@0.94m, topcom, frobby, macaulay2
cddlib@0.94m--0.94m_1.arm64_monterey.bottle.tar.gz frobby--0.9.5_4.arm64_monterey.bottle.tar.gz gfan--0.6.2_10.arm64_monterey.bottle.tar.gz topcom--0.17.8_5.arm64_monterey.bottle.tar.gz
The last one macaulay2
takes time to build. I'll upload it later.
Thank you very much! All are uploaded, you should be able to run brew install M2
now and hopefully everything should build from bottles.
Hi! I tried to install Macaulay2 by
brew install Macaulay2/tap/M2
and the download always gets stuck atgfan
with the following error:It seems that
brew install Macaulay2/tap/M2
orbrew install macaulay2/tap/gfan
tries to downloadgfan-0.6.2_10.arm64_monterey.bottle.tar.gz
but at the release page the corresponding version of gfan-0.6.2_9.arm64_monterey.bottle.tar.gz doesn't match. Is there a workaround for this problem?