Skip to content

Commit

Permalink
arpack: revision for gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
fxcoudert authored and SMillerDev committed Jul 3, 2020
1 parent 70040a4 commit 95cec6d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Formula/arpack.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class Arpack < Formula
homepage "https://github.com/opencollab/arpack-ng"
url "https://github.com/opencollab/arpack-ng/archive/3.7.0.tar.gz"
sha256 "972e3fc3cd0b9d6b5a737c9bf6fd07515c0d6549319d4ffb06970e64fa3cc2d6"
revision 4
revision 5
head "https://github.com/opencollab/arpack-ng.git"

bottle do
Expand Down Expand Up @@ -34,6 +34,10 @@ def install
--enable-icb-exmm
]

# Fix for GCC 10, remove with next version
# https://github.com/opencollab/arpack-ng/commit/ad82dcbc
args << "FFLAGS=-fallow-argument-mismatch"

system "./bootstrap"
system "./configure", *args
system "make"
Expand Down

0 comments on commit 95cec6d

Please sign in to comment.