File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -3213,6 +3213,7 @@ slackcat
32133213slackdump
32143214sleef
32153215slepc
3216+ slepc-complex
32163217sleuthkit
32173218slides
32183219slirp4netns
Original file line number Diff line number Diff line change 11class SlepcComplex < Formula
22 desc "Scalable Library for Eigenvalue Problem Computations (complex)"
33 homepage "https://slepc.upv.es"
4- url "https://slepc.upv.es/download/distrib/slepc-3.22.2 .tar.gz"
5- sha256 "b60e58b2fa5eb7db05ce5e3a585811b43b1cc7cf89c32266e37b05f0cefd8899 "
4+ url "https://slepc.upv.es/download/distrib/slepc-3.23.0 .tar.gz"
5+ sha256 "78252f7b2f540c5fdadadee0fd21f3e6eff810f82cb45482f327b524c8db63d0 "
66 license "BSD-2-Clause"
77
88 livecheck do
@@ -39,9 +39,6 @@ def install
3939 system "./configure" , "--prefix=#{ prefix } "
4040 system "make" , "all"
4141 system "make" , "install" , "PYTHON=#{ which ( "python3" ) } "
42-
43- # Avoid references to Homebrew shims
44- rm ( lib /"slepc/conf/configure-hash" )
4542 end
4643
4744 test do
You can’t perform that action at this time.
0 commit comments