Skip to content

Commit db8238c

Browse files
chenrui333botantony
authored andcommitted
slepc-complex 3.23.0
autobump: add slepc-complex Signed-off-by: Rui Chen <[email protected]>
1 parent b4341b7 commit db8238c

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/autobump.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3213,6 +3213,7 @@ slackcat
32133213
slackdump
32143214
sleef
32153215
slepc
3216+
slepc-complex
32163217
sleuthkit
32173218
slides
32183219
slirp4netns

Formula/s/slepc-complex.rb

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class 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

0 commit comments

Comments
 (0)