Skip to content

Commit ce1bd4b

Browse files
authored
Merge pull request #233820 from Homebrew/alpscore-cmake
alpscore: backport support for CMake 4
2 parents 20677e7 + 816ede9 commit ce1bd4b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Formula/a/alpscore.rb

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ class Alpscore < Formula
44
url "https://github.com/ALPSCore/ALPSCore/archive/refs/tags/v2.3.2.tar.gz"
55
sha256 "bd9b5af0a33acc825ffedfaa0bf794a420ab2b9b50f6a4e634ecbde43ae9cc24"
66
license "GPL-2.0-only"
7-
head "https://github.com/ALPSCore/ALPSCore.git", branch: "master"
87

98
bottle do
109
sha256 cellar: :any, arm64_sequoia: "d32af432da55d533b24bd30a60f8e2845ae2bfe97a3b00d5f53e0d58282eeafe"
@@ -22,6 +21,12 @@ class Alpscore < Formula
2221
depends_on "hdf5"
2322
depends_on "open-mpi"
2423

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+
2530
def install
2631
# Work around different behavior in CMake-built HDF5
2732
inreplace "common/cmake/ALPSCommonModuleDefinitions.cmake" do |s|

0 commit comments

Comments
 (0)