File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ class Onnxruntime < Formula
31
31
depends_on "[email protected] " => :build
32
32
depends_on "safeint" => :build
33
33
depends_on "abseil"
34
- depends_on "nsync"
35
34
depends_on "onnx"
36
35
depends_on "protobuf"
37
36
depends_on "re2"
@@ -71,9 +70,8 @@ def install
71
70
args = %W[
72
71
-DHOMEBREW_ALLOW_FETCHCONTENT=ON
73
72
-DFETCHCONTENT_FULLY_DISCONNECTED=ON
74
- -DFETCHCONTENT_SOURCE_DIR_PYTORCH_CLOG=#{ buildpath } /build/_deps/pytorch_cpuinfo-src
75
73
-DFETCHCONTENT_TRY_FIND_PACKAGE_MODE=ALWAYS
76
- -DPYTHON_EXECUTABLE =#{ python3 }
74
+ -DPython_EXECUTABLE =#{ python3 }
77
75
-DONNX_CUSTOM_PROTOC_EXECUTABLE=#{ Formula [ "protobuf" ] . opt_bin } /protoc
78
76
-Donnxruntime_BUILD_SHARED_LIB=ON
79
77
-Donnxruntime_BUILD_UNIT_TESTS=OFF
You can’t perform that action at this time.
0 commit comments