Project import generated by Copybara.

GitOrigin-RevId: d91373b4d4d10abef49cab410caa6aadf0875049
This commit is contained in:
MediaPipe Team
2019-12-06 15:57:20 -08:00
committed by mgyong
parent 137867d088
commit d16cc3be5b
137 changed files with 41547 additions and 30 deletions
@@ -0,0 +1,14 @@
diff --git a/bazel/ceres.bzl b/bazel/ceres.bzl
index d90e5a3..4420565 100644
--- a/bazel/ceres.bzl
+++ b/bazel/ceres.bzl
@@ -202,6 +203,6 @@ def ceres_library(name,
],
visibility = ["//visibility:public"],
deps = [
- "@com_github_eigen_eigen//:eigen",
- "@com_github_google_glog//:glog",
+ "@eigen_archive//:eigen",
+ "@com_github_glog_glog//:glog",
],
)
+1
View File
@@ -7,6 +7,7 @@ exports_files(["LICENSE"])
# The following build rule assumes that OpenCV is installed by
# 'apt-get install libopencv-core-dev libopencv-highgui-dev \'
# ' libopencv-calib3d-dev libopencv-features2d-dev \'
# ' libopencv-imgproc-dev libopencv-video-dev' on Debian/Ubuntu.
# If you install OpenCV separately, please modify the build rule accordingly.
cc_library(
@@ -0,0 +1,19 @@
diff --git a/tensorflow/workspace.bzl b/tensorflow/workspace.bzl
index a0546b5f83..c7a9f39ded 100755
--- a/tensorflow/workspace.bzl
+++ b/tensorflow/workspace.bzl
@@ -172,9 +172,9 @@ def tf_repositories(path_prefix = "", tf_repo_name = ""):
name = "eigen_archive",
build_file = clean_dep("//third_party:eigen.BUILD"),
patch_file = clean_dep("//third_party/eigen3:gpu_packet_math.patch"),
- sha256 = "6d8ed482addd14892d7b0bd98fec2c02f18fdab97775bda68c3f2a99ffb190fb",
- strip_prefix = "eigen-eigen-66be6c76fc01",
+ sha256 = "add24720f99ab4f3222f4c8a887f2609554cf9187d4f7d24a777a151a0ee2548",
+ strip_prefix = "eigen-git-mirror-4898dcdb06f1b1b0441b8e15119764793f8997e2",
urls = [
- "https://storage.googleapis.com/mirror.tensorflow.org/bitbucket.org/eigen/eigen/get/66be6c76fc01.tar.gz",
- "https://bitbucket.org/eigen/eigen/get/66be6c76fc01.tar.gz",
+ "https://storage.googleapis.com/mirror.tensorflow.org/github.com/eigenteam/eigen-git-mirror/archive/4898dcdb06f1b1b0441b8e15119764793f8997e2.tar.gz",
+ "https://github.com/eigenteam/eigen-git-mirror/archive/4898dcdb06f1b1b0441b8e15119764793f8997e2.tar.gz",
],
)