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
@@ -11,13 +11,13 @@ class Slepc < Formula
1111 end
1212
1313 bottle do
14- sha256 arm64_sequoia : "d65d1f7f316b0262f89880602af589790ebe17a1f5b9031e77db219ba9fcc365 "
15- sha256 arm64_sonoma : "9c4e461e155f83e922980cae2864824891b327f78562c3fe92d79afc3b8b8551 "
16- sha256 arm64_ventura : "b1415373f667cf826e394a40cdfcd653c530ba9e0fd883c9bcf1ac2e3b96eeb5 "
17- sha256 sonoma : "64f48ee58323e9b79092bb356ed3dc231b9fe06dc3e91341ea95ec3089ff9083 "
18- sha256 ventura : "f7f143d03d5f90821ff06740345e7f4b939a59fdad3c821759fd29904243d087 "
19- sha256 arm64_linux : "13268fc4b099e06bb8f1d9be8aac7799054ead0c92b2b345fa8118f880465964 "
20- sha256 x86_64_linux : "a5ff1205d46e9b21332791a2695bac0c48386e08e6fbc2b8a1ee27b02421220c "
14+ sha256 arm64_sequoia : "e597393abb871509ecd75318c0e66074a90d5d627fbc3daa0ea322f0522f4014 "
15+ sha256 arm64_sonoma : "06d5c5d94c2f1b9b591b35e9077895dbcfd38eb1dcdc71d0007e88f6e2e260b0 "
16+ sha256 arm64_ventura : "409a293b849118d3ffdd000e7e535b639d5986ebd1a1001cd83c75dc771941c7 "
17+ sha256 sonoma : "d8d86c77bb0c98370297ece7cbfbb6d09f514e18da2a53bfbc471b584ddecddf "
18+ sha256 ventura : "8b8ecd08eda196f527d4effe1d2803d9920a4d3d2c6dd6be501699de44fbd518 "
19+ sha256 arm64_linux : "0d1386474fb8f73713f49790662afbafe94d07b9c9309f96c1d0e78de13c7b78 "
20+ sha256 x86_64_linux : "af5cdf664ca3813c4c311f0ba7a3ac396d2c5b823d396fa1f234ffedd57c230d "
2121 end
2222
2323 depends_on "open-mpi"
@@ -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
0 commit comments