0

I have installed brew on OSX and I have installed successfully several things.

However when I try to install suite-sparse421 (hard constraint on the version):

brew tap homebrew/versions
brew install suite-sparse421

I get the following error:

Error: No available formula with the name "suite-sparse421" 
==> Searching for similarly named formulae...
Error: No similarly named formulae found.
==> Searching taps...
Error: No formulae found in taps.

Running brew doctor shows no problem (Your system is ready to brew.)

Running brew update shows no problem (Already up-to-date.)

Any idea?

bfontaine
  • 14,702
  • 12
  • 64
  • 87
dim_tz
  • 1,313
  • 2
  • 18
  • 33

3 Answers3

0

Have a look at this

https://github.com/Homebrew/homebrew-science/blob/master/suite-sparse.rb

Homebrew-science/suite-sparse.rb has updated it url to download the 4.5.3 package, "http://faculty.cse.tamu.edu/davis/SuiteSparse/SuiteSparse-4.5.3.tar.gz"

If you want a specific version , why not download and build on your own. The commands to build are pretty self explanatory there in the rb script.

Mayur Nagekar
  • 797
  • 4
  • 13
0

As you can see in the error message there’s no formula named suite-sparse421. There’s nothing wrong with your Homebrew installation; it just doesn’t exist. See this other SO answer on how to install a previous version of a formula.

Community
  • 1
  • 1
bfontaine
  • 14,702
  • 12
  • 64
  • 87
0

In addition to the previous right answers, the formula suite-sparse421 was removed. And all archived versions of SuiteSparse are listed on the official website.

Darius
  • 6,219
  • 2
  • 24
  • 42