Install a deleted homebrew formulae

4

2

Recently, homebrew decided to remove clang-omp from the list of formulae available to install from. Is there any way to retrieve it? Or would I have to download and build clang-omp bit manually?

coatless

Posted 2016-08-06T00:11:39.610

Reputation: 171

Answers

3

Okay, so after looking at how packages leave homebrew's repo. To acquire a "removed" install, one only needs to either:

brew install homebrew/boneyard/<formula>

OR

brew tap homebrew/boneyard
brew install <formula>

So, in the case of clang-omp, it would be with:

brew install homebrew/boneyard/clang-omp

coatless

Posted 2016-08-06T00:11:39.610

Reputation: 171

This isn't working for pyside. Any suggestions? – Nostalg.io – 2017-04-17T17:07:17.087

1

Looks like homebrew just deprecated the boneyard tap in PR 314. Let me get back to you....

– coatless – 2017-04-17T17:29:24.807