File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ class Alpscore < Formula
4
4
url "https://github.com/ALPSCore/ALPSCore/archive/refs/tags/v2.3.2.tar.gz"
5
5
sha256 "bd9b5af0a33acc825ffedfaa0bf794a420ab2b9b50f6a4e634ecbde43ae9cc24"
6
6
license "GPL-2.0-only"
7
- head "https://github.com/ALPSCore/ALPSCore.git" , branch : "master"
8
7
9
8
bottle do
10
9
sha256 cellar : :any , arm64_sequoia : "d32af432da55d533b24bd30a60f8e2845ae2bfe97a3b00d5f53e0d58282eeafe"
@@ -22,6 +21,12 @@ class Alpscore < Formula
22
21
depends_on "hdf5"
23
22
depends_on "open-mpi"
24
23
24
+ # Backport support for CMake 4
25
+ patch do
26
+ url "https://github.com/ALPSCore/ALPSCore/commit/155e4327a78c1fa9442a179868994c8715582720.patch?full_index=1"
27
+ sha256 "9cb67c3d457a99fc799a60e8fcae0af63b99ebb18b5279b449ce9c0c1445077a"
28
+ end
29
+
25
30
def install
26
31
# Work around different behavior in CMake-built HDF5
27
32
inreplace "common/cmake/ALPSCommonModuleDefinitions.cmake" do |s |
You can’t perform that action at this time.
0 commit comments