-
Notifications
You must be signed in to change notification settings - Fork 235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
homebrew install instructions don't work any more? #1938
Comments
It happened to me, too.
|
I ran into the same problem. Seems that they deleted the formula recently: |
I've removed the broken reference to the Homebrew formula from the documentation. This is not the perfect fix for this issue, but a better fix would require a brave volunteer to bring the Homebrew formula back to life and keep maintaining it. |
FWIW London Fuller (@landonf) has been keeping the MacPorts for F*/KreMLin up-to-date: |
Looking at the link that @momohatt sent above (Homebrew/homebrew-core#49745), the reason they deleted our Homebrew formula is our dependency on camlp4/ulex (#1792), which is not easy to fix, but we'll eventually have to do it or be stuck with OCaml 4.09 forever. |
Don't expect any miracles, but still pinging @beurdouche who's been the original maintainer of the Homebrew formula. |
I wasn’t aware of this problem prior deletion unfortunately. The homebrew formula was quite useful for many users...
What I see as a potential alternative to the F* formula in the core homebrew repo is to have our own tap for it. Which makes installing F* a two liners on OSX.
brew tap FStarLang/brew
brew install fstar
Or something like this. I have to look if we can do this easily and if we are interested in doing so...
Will get back when possible.
|
"Having our own tap" would indeed be cool, if possible :) |
@beurdouche Did you at one point have a separate tap for fstar ? What happened to it / why did you move away from that model before? |
I'm trying to follow instructions from https://github.com/FStarLang/FStar/blob/master/INSTALL.md#homebrew-formula-for-mac-os-x
The text was updated successfully, but these errors were encountered: