Merge pull request #24153 from perfinion:unbundle
PiperOrigin-RevId: 224869113
This commit is contained in:
commit
c0627e1f71
third_party
11
third_party/icu/BUILD.system
vendored
11
third_party/icu/BUILD.system
vendored
@ -1,13 +1,19 @@
|
|||||||
|
package(
|
||||||
|
default_visibility = ["//visibility:public"],
|
||||||
|
)
|
||||||
|
|
||||||
licenses(["notice"]) # Apache 2.0
|
licenses(["notice"]) # Apache 2.0
|
||||||
|
|
||||||
filegroup(
|
filegroup(
|
||||||
name = "icu4c/LICENSE",
|
name = "icu4c/LICENSE",
|
||||||
visibility = ["//visibility:public"],
|
|
||||||
)
|
)
|
||||||
|
|
||||||
filegroup(
|
filegroup(
|
||||||
name = "icu4j/main/shared/licenses/LICENSE",
|
name = "icu4j/main/shared/licenses/LICENSE",
|
||||||
visibility = ["//visibility:public"],
|
)
|
||||||
|
|
||||||
|
cc_library(
|
||||||
|
name = "headers",
|
||||||
)
|
)
|
||||||
|
|
||||||
cc_library(
|
cc_library(
|
||||||
@ -15,7 +21,6 @@ cc_library(
|
|||||||
deps = [
|
deps = [
|
||||||
":icuuc",
|
":icuuc",
|
||||||
],
|
],
|
||||||
visibility = ["//visibility:public"],
|
|
||||||
)
|
)
|
||||||
|
|
||||||
cc_library(
|
cc_library(
|
||||||
|
13
third_party/keras_applications_archive/BUILD.system
vendored
Normal file
13
third_party/keras_applications_archive/BUILD.system
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# Description: Keras Applications: set of pre-trained deep learning models.
|
||||||
|
|
||||||
|
licenses(["notice"]) # MIT
|
||||||
|
|
||||||
|
filegroup(
|
||||||
|
name = "LICENSE",
|
||||||
|
visibility = ["//visibility:public"],
|
||||||
|
)
|
||||||
|
|
||||||
|
py_library(
|
||||||
|
name = "keras_applications",
|
||||||
|
visibility = ["//visibility:public"],
|
||||||
|
)
|
@ -12,4 +12,5 @@ def repo():
|
|||||||
"https://github.com/keras-team/keras-applications/archive/1.0.6.tar.gz",
|
"https://github.com/keras-team/keras-applications/archive/1.0.6.tar.gz",
|
||||||
],
|
],
|
||||||
build_file = "//third_party/keras_applications_archive:BUILD.bazel",
|
build_file = "//third_party/keras_applications_archive:BUILD.bazel",
|
||||||
|
system_build_file = "//third_party/keras_applications_archive:BUILD.system",
|
||||||
)
|
)
|
||||||
|
1
third_party/systemlibs/syslibs_configure.bzl
vendored
1
third_party/systemlibs/syslibs_configure.bzl
vendored
@ -28,6 +28,7 @@ VALID_LIBS = [
|
|||||||
"icu",
|
"icu",
|
||||||
"jpeg",
|
"jpeg",
|
||||||
"jsoncpp_git",
|
"jsoncpp_git",
|
||||||
|
"keras_applications_archive",
|
||||||
"lmdb",
|
"lmdb",
|
||||||
"nasm",
|
"nasm",
|
||||||
"nsync",
|
"nsync",
|
||||||
|
Loading…
Reference in New Issue
Block a user