Skip to content

Commit 96b01b7

Browse files
committed
scalapack: fix patch url
1 parent a1093b1 commit 96b01b7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Formula/scalapack.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ class Scalapack < Formula
1818
depends_on "openblas"
1919

2020
# Patch for compatibility with GCC 10
21+
# https://github.com/Reference-ScaLAPACK/scalapack/pull/26
2122
patch do
22-
url "https://github.com/Reference-ScaLAPACK/scalapack/pull/23.diff?full_index=1"
23-
sha256 "6e97008a0dd8624a63718a0882aa870f31883ec00d7bfac49e9e901979359039"
23+
url "https://github.com/Reference-ScaLAPACK/scalapack/commit/bc6cad585362aa58e05186bb85d4b619080c45a9.patch?full_index=1"
24+
sha256 "f0892888e5a83d984e023e76eabae8864ad89b90ae3a41d472b960c95fdab981"
2425
end
2526

2627
def install

0 commit comments

Comments
 (0)