4 ms·
There is no brew formula?
by btd 12y ago
There is no brew formula?
- aroch 12y agoFor rust? There is...cargo not so much aroch:~/staging/|⇒ brew info rust rust: stable 0.10 (bottled), HEAD http://www.rust-lang.org/ http://www.rust-lang.org/ /usr/local/Cellar/rust/0.10 (74 files, 174M) * Poured from bottle From: https://github.com/Homebrew/homebrew/commits/master/Library/Formula/rust.rb https://github.com/Homebrew/homebrew/commits/master/Library/... aroch:~/staging/|⇒ brew info cargo Error: No available formula for cargo
- sigzero 12y agoRust has a brew package. Cargo is new so it may be a day or three before it gets out there too.
- cevn 12y agoHmm, well, rust's brew seems a little outdated (0.10), so if you are intent on using Cargo soon, I would recommend on building rust yourself or grabbing a new binary from their website.
- sanderjd 12y agoThere is a homebrew-cask of Rust's nightly binary. I think this should work: brew tap caskroom/cask brew install brew-cask brew tap caskroom/versions brew cask install rust-nightly
- kolev 12y agoStuff being either in Cask or Homebrew is just terrible. Homebrew also has a versions tap. Those two projects should combine efforts and remove ambiguity.
- sanderjd 12y agoI 100% agree with you. It took me like an hour to figure out where I thought it made sense to put rust-nightly, and I'm still not really sure I did it right. But it works and is way better than the morning compilation cronjob I used to use.
- kolev 12y agoI agree, it works, but we need to keep pressing those guys... or contribute. Cask still doesn't have reinstall/upgrade. As far as I know, Homebrew can't upgrade packages with head versions, and, worst pain of all - Homebrew doesn't support Yosemite or any unreleased OS X version. Being a tool for developers primarily, all the above are must-haves!