Skip to content

Commit

Permalink
Added ONNX JLL dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
stemann committed Mar 9, 2022
1 parent e1d9052 commit ae939c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions T/Torch/Torch/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ cmake \
-DBUILD_PYTHON=OFF \
-DPYTHON_EXECUTABLE=`which python3` \
-DBUILD_SHARED_LIBS=ON \
-DUSE_SYSTEM_ONNX=ON \
-DUSE_SYSTEM_XNNPACK=ON \
-DPROTOBUF_PROTOC_EXECUTABLE=$host_bindir/protoc \
-DCAFFE2_CUSTOM_PROTOC_EXECUTABLE=$host_bindir/protoc \
Expand Down Expand Up @@ -74,6 +75,7 @@ products = [
dependencies = [
Dependency("MKL_jll"; platforms = mkl_platforms),
Dependency("NNPACK_jll"),
Dependency("ONNX_jll"),
Dependency("XNNPACK_jll"),
HostBuildDependency(PackageSpec("protoc_jll", Base.UUID("c7845625-083e-5bbe-8504-b32d602b7110"), v"3.13.0")),
]
Expand Down

0 comments on commit ae939c8

Please sign in to comment.