Skip to content

Commit 79ca78e

Browse files
authored
Merge pull request #245604 from Homebrew/smlpkg-mlton
smlpkg: build with `mlton`
2 parents ecf1bbf + c93e0cd commit 79ca78e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/s/smlpkg.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@ class Smlpkg < Formula
99
no_autobump! because: :requires_manual_review
1010

1111
bottle do
12-
rebuild 1
13-
sha256 cellar: :any_skip_relocation, sonoma: "e32a3bb66ffda047e591f59df909bc287720f6ee371ccb4d0e4b0871977c8947"
14-
sha256 cellar: :any_skip_relocation, ventura: "a353c05fc5d0d1abe548aae6a333d6afd9831478324b483a2acfa078ad4b4a39"
15-
sha256 cellar: :any_skip_relocation, monterey: "59f20ca9b49cf17bcb6931a23477ae7e62ab547520509a66c1a6385713f925b8"
16-
sha256 cellar: :any_skip_relocation, big_sur: "dedbec064bc7c579cac83e901849fddf01fd75ff93fb61f547fea21f166995ea"
17-
sha256 cellar: :any_skip_relocation, catalina: "081ba1bc8f93af1f393505ad20d46084498a3a268a9a2f5fcbe0bc274964ba95"
18-
sha256 cellar: :any_skip_relocation, x86_64_linux: "c34eb8d99928a9143212f3273c3a51ec4d2eab32f11f70f626aec59855f1a6a9"
12+
rebuild 2
13+
sha256 cellar: :any, arm64_tahoe: "28c00c67af3693cac8219c8cbb574b81d24bc772a01861379ad51e8dea23d608"
14+
sha256 cellar: :any, arm64_sequoia: "a6d8ea56df569f46bf0a674cbdd5506fe90fa9a9377d5a2bb626eb51e7c2659d"
15+
sha256 cellar: :any, arm64_sonoma: "bf39a2cb3d8362fe82da4e15466587cb521403386f0cc5d187d8bf542ab6facc"
16+
sha256 cellar: :any, sonoma: "bc992113b06930535a168b765c1e9f0274e642d8bc1a886ecebf07ef574a05ee"
17+
sha256 cellar: :any_skip_relocation, x86_64_linux: "c781ec2d9590a65aaa91ccb66462d4527d5dbf5254ec3aacd939b73e5d322bf7"
1918
end
2019

21-
depends_on "mlkit" => :build
22-
depends_on arch: :x86_64 # https://github.com/melsman/mlkit/issues/115
20+
depends_on "mlton" => :build
21+
depends_on "gmp"
2322

2423
def install
24+
ENV["MLCOMP"] = "mlton"
2525
system "make", "-C", "src", "smlpkg"
2626
system "make", "install", "prefix=#{prefix}"
2727
end

0 commit comments

Comments
 (0)