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 @@ -3212,6 +3212,7 @@ skylighting
32123212slackcat
32133213slackdump
32143214sleef
3215+ slepc
32153216sleuthkit
32163217slides
32173218slirp4netns
Original file line number Diff line number Diff line change 11class Slepc < Formula
22 desc "Scalable Library for Eigenvalue Problem Computations (real)"
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
@@ -40,9 +40,6 @@ def install
4040 system "./configure" , "--prefix=#{ prefix } "
4141 system "make" , "all"
4242 system "make" , "install" , "PYTHON=#{ which ( "python3" ) } "
43-
44- # Avoid references to Homebrew shims
45- rm ( lib /"slepc/conf/configure-hash" )
4643 end
4744
4845 test do
You can’t perform that action at this time.
0 commit comments