arpack 3.6.1

Closes #29351.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
master
ilovezfs 2018-06-23 05:11:25 -07:00
parent 5b98b52489
commit e9f15179e2
1 changed files with 3 additions and 3 deletions

View File

@ -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.0.tar.gz"
sha256 "3c88e74cc10bba81dc2c72c4f5fff38a800beebaa0b4c64d321c28c9203b37ea"
url "https://github.com/opencollab/arpack-ng/archive/3.6.1.tar.gz"
sha256 "c753f929d3f1092d84bb0883a8ffe2551a8cb94d5ab891e63f596a876e44c351"
head "https://github.com/opencollab/arpack-ng.git"
bottle do
@ -36,7 +36,7 @@ class Arpack < Formula
lib.install_symlink Dir["#{libexec}/lib/*"].select { |f| File.file?(f) }
(lib/"pkgconfig").install_symlink Dir["#{libexec}/lib/pkgconfig/*"]
pkgshare.install "TESTS/testA.mtx", "TESTS/dnsimp.f",
"TESTS/mmio.f", "TESTS/debug.h"
"TESTS/mmio.f", "TESTS/debug-arpack.h"
if build.with? "mpi"
(libexec/"bin").install (buildpath/"PARPACK/EXAMPLES/MPI").children