Skip to content

Commit

Permalink
Use bazel build rules from fbgemm (pytorch#36339)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: pytorch#36339

Test Plan: CI

Differential Revision: D21004672

Pulled By: malfet

fbshipit-source-id: 8ce5b436686cfb70141104aa6722c8cc13609caa
  • Loading branch information
malfet authored and facebook-github-bot committed Apr 13, 2020

Verified

This commit was signed with the committer’s verified signature. The key has expired.
jdarwood007 Jeremy D
1 parent 3526627 commit 5a7f889
Showing 5 changed files with 4 additions and 257 deletions.
1 change: 1 addition & 0 deletions BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1724,6 +1724,7 @@ cc_library(
"//third_party/miniz-2.0.8:miniz",
"@com_google_protobuf//:protobuf",
"@eigen",
"@fbgemm//:fbgemm_src_headers",
"@foxi",
"@gloo",
"@onnx",
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
@@ -79,7 +79,7 @@ new_local_repository(

new_local_repository(
name = "fbgemm",
build_file = "//third_party:fbgemm.BUILD",
build_file = "//third_party:fbgemm/BUILD.bazel",
path = "third_party/fbgemm",
)

@@ -103,7 +103,7 @@ new_local_repository(

new_local_repository(
name = "asmjit",
build_file = "//third_party:asmjit.BUILD",
build_file = "//third_party:fbgemm/third_party/asmjit.BUILD",
path = "third_party/fbgemm/third_party/asmjit",
)

28 changes: 0 additions & 28 deletions third_party/asmjit.BUILD

This file was deleted.

226 changes: 0 additions & 226 deletions third_party/fbgemm.BUILD

This file was deleted.

0 comments on commit 5a7f889

Please sign in to comment.