We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1093b1 commit 96b01b7Copy full SHA for 96b01b7
Formula/scalapack.rb
@@ -18,9 +18,10 @@ class Scalapack < Formula
18
depends_on "openblas"
19
20
# Patch for compatibility with GCC 10
21
+ # https://github.com/Reference-ScaLAPACK/scalapack/pull/26
22
patch do
- url "https://github.com/Reference-ScaLAPACK/scalapack/pull/23.diff?full_index=1"
23
- sha256 "6e97008a0dd8624a63718a0882aa870f31883ec00d7bfac49e9e901979359039"
+ url "https://github.com/Reference-ScaLAPACK/scalapack/commit/bc6cad585362aa58e05186bb85d4b619080c45a9.patch?full_index=1"
24
+ sha256 "f0892888e5a83d984e023e76eabae8864ad89b90ae3a41d472b960c95fdab981"
25
end
26
27
def install
0 commit comments