Skip to content

Commit 2394e38

Browse files
BrewTestBotchenrui333
authored andcommitted
flexiblas 3.5.0
flexiblas: remove build patch Signed-off-by: Rui Chen <rui@chenrui.dev>
1 parent ca889ec commit 2394e38

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

Formula/f/flexiblas.rb

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

0 commit comments

Comments
 (0)