Skip to content

Commit

Permalink
Update metacall to v0.8.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Aug 22, 2024
1 parent c16f642 commit 2ce46fe
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions metacall.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Metacall < Formula
desc "Ultimate polyglot programming experience"
homepage "https://metacall.io"
url "https://github.com/metacall/core/archive/refs/tags/v0.8.1.tar.gz"
sha256 "d1146041ef5933e13dc5f15e2cfd895ca3452b77a679d05e692273c50fc7974f"
url "https://github.com/metacall/core/archive/refs/tags/v0.8.2.tar.gz"
sha256 "da5914891c3943ad4400d1269a437b666299c3309b3f3a8a2af80baa64d1d5b5"
license "Apache-2.0"
head "https://github.com/metacall/core.git", branch: "develop"

Expand Down Expand Up @@ -87,7 +87,6 @@ def install
-DNodeJS_CMAKE_DEBUG=ON
-DNodeJS_LIBRARY=#{lib}/libnode.127.dylib
-DNodeJS_EXECUTABLE=#{bin}/node
-DNodeJS_INSTALL_PREFIX=/usr/local/Cellar/metacall/#{version}
-DOPTION_BUILD_LOADERS_JAVA=OFF
-DOPTION_BUILD_LOADERS_JS=OFF
-DOPTION_BUILD_LOADERS_C=OFF
Expand Down Expand Up @@ -182,12 +181,6 @@ def install
}
EOS

system "echo", "------------------------ TEST ------------------------"
system "echo", bin
system "ls", "-la", bin
system "echo", lib
system "ls", "-la", lib

# Tests
assert_match "Hello from Python", shell_output("#{bin}/metacall test.py")
assert_match "Hello from Ruby", shell_output("#{bin}/metacall test.rb")
Expand Down

0 comments on commit 2ce46fe

Please sign in to comment.