We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mlton
1 parent 758ce9e commit 25b4f56Copy full SHA for 25b4f56
Formula/s/smlpkg.rb
@@ -18,10 +18,11 @@ class Smlpkg < Formula
18
sha256 cellar: :any_skip_relocation, x86_64_linux: "c34eb8d99928a9143212f3273c3a51ec4d2eab32f11f70f626aec59855f1a6a9"
19
end
20
21
- depends_on "mlkit" => :build
22
- depends_on arch: :x86_64 # https://github.com/melsman/mlkit/issues/115
+ depends_on "mlton" => :build
+ depends_on "gmp"
23
24
def install
25
+ ENV["MLCOMP"] = "mlton"
26
system "make", "-C", "src", "smlpkg"
27
system "make", "install", "prefix=#{prefix}"
28
0 commit comments