Skip to content
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 package #36

Closed
SeraphimSerapis opened this issue Jun 12, 2015 · 10 comments
Closed

Homebrew package #36

SeraphimSerapis opened this issue Jun 12, 2015 · 10 comments

Comments

@SeraphimSerapis
Copy link

It would be marvellous if Infer could be installed and updated via Homebrew.
Any plans to offer this as an alternative to compiling Infer yourself or retrieving the hosted binary?

@a11n
Copy link

a11n commented Jun 13, 2015

+1
...had the same thought after reading http://fbinfer.com/docs/getting-started.html

@alistra
Copy link

alistra commented Jun 14, 2015

👍

@plowman
Copy link

plowman commented Jun 14, 2015

Looks like someone is working on this here: Homebrew/legacy-homebrew#40597

@dambrisco
Copy link
Contributor

Update: Due to Facebook deciding to take down the pre-compiled binary, the infer recipe hosted in my repo currently won't work. Working on getting a from-source compilation sorted out. Works again as of 0.3.0

@plowman As of right now, I'm basically blocked on building from source within Homebrew (see the previously linked issue for more context). I'm going to try to deep dive over the next week but debugging OPAM/OCaml and C is a tad bit outside of my wheelhouse so I can't provide any ETA. If you want to install the pre-built binary provided by Facebook, I've made it available at my auxiliary tap: https://github.com/dambrisco/homebrew-aux

The existing PR into Homebrew is the same formula, but the maintainers have asked for a from-source build and I don't expect it'll be merged until I've managed to get that working.

@tonycosentini
Copy link

I just opened Homebrew/legacy-homebrew#47792 - it adds a formula that uses 0.5.

@tonycosentini
Copy link

The Homebrew PR has landed.

You can now install Infer via Homebrew, just do:

brew update
brew install infer

If you want to just target Java you can do:

brew install infer --without-clang

or if you just want to target Clang you can do:

brew install infer --without-java

I think this can be closed now?

@jvillard
Copy link
Contributor

Thank you @tonycosentini 🎉 🍺

@akotulski
Copy link
Contributor

@tonycosentini - what do we do when we create new infer release?

@tonycosentini
Copy link

If the build process does not change, we just need to change the download URL - https://github.com/Homebrew/homebrew/blob/1e0664f4b4ab73bb74b40e4f2d9370cc579e7986/Library/Formula/infer.rb

There are a few improvements that can be made to this script, I'm not a huge fan of listing the dependencies within the script since they are already in the OPAM file. Unfortunately, you can't init an OPAM repo in the same directory a package was pinned from.

@tonycosentini
Copy link

For future reference, here's what the formula change looks like when there is a new release - Homebrew/legacy-homebrew#48328

(I'll try to keep up with releases, just wanted to leave this for reference if anyone is interested.)

ozmium added a commit to ozmium/infer that referenced this issue Oct 27, 2016
If you get the error "Error: No available formula for infer . Searching taps... homebrew/science/infernal"
... Then you must run this command first:

brew update

And then run `brew install infer`. Reference: facebook#36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

9 participants