Skip to content

Commit 782f4e1

Browse files
committed
futhark: backport support to build with GHC 9.12
1 parent 763643e commit 782f4e1

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

Formula/f/futhark.rb

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
11
class Futhark < Formula
22
desc "Data-parallel functional programming language"
33
homepage "https://futhark-lang.org/"
4-
url "https://github.com/diku-dk/futhark/archive/refs/tags/v0.25.25.tar.gz"
5-
sha256 "e7bd5e1cecea2ca45be18220c82cb9b717bead314182853cc739c8f68b657a03"
64
license "ISC"
75
head "https://github.com/diku-dk/futhark.git", branch: "master"
86

7+
stable do
8+
url "https://github.com/diku-dk/futhark/archive/refs/tags/v0.25.25.tar.gz"
9+
sha256 "e7bd5e1cecea2ca45be18220c82cb9b717bead314182853cc739c8f68b657a03"
10+
11+
# Backport support for GHC 9.12
12+
patch do
13+
url "https://github.com/diku-dk/futhark/commit/6fc96847b2cd4056df4cbdcbdab7f91cac2363fa.patch?full_index=1"
14+
sha256 "a90f4a6318e3fb96004f91f5c5afb126b36b9021beead2d22be50464c90b5219"
15+
end
16+
end
17+
918
bottle do
1019
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ea8d09876633f3270c02b3b5ddb4ece2ea00269524487ef121f487f0ecfc4aca"
1120
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2771a45b3dcf012339b3813ed9d3231a972c98cd157037ba5d2fdac78d54d8b2"

0 commit comments

Comments
 (0)