arpack 3.7.0
Closes #37213. Signed-off-by: Misty De Meo <mistydemeo@github.com>
This commit is contained in:
parent
f08b21bd78
commit
51f3df4748
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
class Arpack < Formula
|
||||
desc "Routines to solve large scale eigenvalue problems"
|
||||
homepage "https://github.com/opencollab/arpack-ng"
|
||||
url "https://github.com/opencollab/arpack-ng/archive/3.6.3.tar.gz"
|
||||
sha256 "64f3551e5a2f8497399d82af3076b6a33bf1bc95fc46bbcabe66442db366f453"
|
||||
url "https://github.com/opencollab/arpack-ng/archive/3.7.0.tar.gz"
|
||||
sha256 "972e3fc3cd0b9d6b5a737c9bf6fd07515c0d6549319d4ffb06970e64fa3cc2d6"
|
||||
head "https://github.com/opencollab/arpack-ng.git"
|
||||
|
||||
bottle do
|
||||
|
@ -16,6 +16,7 @@ class Arpack < Formula
|
|||
depends_on "autoconf" => :build
|
||||
depends_on "automake" => :build
|
||||
depends_on "libtool" => :build
|
||||
depends_on "pkg-config" => :build
|
||||
|
||||
depends_on "gcc" # for gfortran
|
||||
depends_on "open-mpi"
|
||||
|
|
Loading…
Reference in a new issue