File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 11class Flexiblas < Formula
22 desc "BLAS and LAPACK wrapper library with runtime exchangable backends"
33 homepage "https://www.mpi-magdeburg.mpg.de/projects/flexiblas"
4- url "https://csc.mpi-magdeburg.mpg.de/mpcsc/software/flexiblas/flexiblas-3.4.5 .tar.xz"
5- sha256 "626b698bb73877019d64cf258f853885d28d3c6ac820ccd2c1a77fb7542a34a0 "
4+ url "https://csc.mpi-magdeburg.mpg.de/mpcsc/software/flexiblas/flexiblas-3.5.0 .tar.xz"
5+ sha256 "504c0eeac09dca98e4bc930757f44bc409cb770f8fa7578ddb18c0d6accba072 "
66 license all_of : [
77 "LGPL-3.0-or-later" ,
88 "LGPL-2.1-or-later" , # libcscutils/
@@ -50,12 +50,6 @@ def blas_backends
5050 backends
5151 end
5252
53- # 3.4.5 build patch, upstream commit ref, https://gitlab.mpi-magdeburg.mpg.de/software/flexiblas-release/-/commit/80e00aaca18857ea02e255e88f1f282580940661
54- patch do
55- url "https://raw.githubusercontent.com/chenrui333/homebrew-tap/f6261b3c60d3fb6fa1d464a6ad13e0639e96e67e/patches/flexiblas/3.4.5.patch"
56- sha256 "5f0d5a6e293aba60b4692739b9c3fa09985068682ffa81f0814d90a83d12868f"
57- end
58-
5953 def install
6054 # Remove -flat_namespace usage
6155 inreplace "src/fallback_blas/CMakeLists.txt" , " -flat_namespace\" " , '"'
You can’t perform that action at this time.
0 commit comments