Merge pull request #24153 from perfinion:unbundle
PiperOrigin-RevId: 224869113
This commit is contained in:
commit
c0627e1f71
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
|
||||
|
||||
filegroup(
|
||||
name = "icu4c/LICENSE",
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
filegroup(
|
||||
name = "icu4j/main/shared/licenses/LICENSE",
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
cc_library(
|
||||
name = "headers",
|
||||
)
|
||||
|
||||
cc_library(
|
||||
@ -15,7 +21,6 @@ cc_library(
|
||||
deps = [
|
||||
":icuuc",
|
||||
],
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
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",
|
||||
],
|
||||
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",
|
||||
"jpeg",
|
||||
"jsoncpp_git",
|
||||
"keras_applications_archive",
|
||||
"lmdb",
|
||||
"nasm",
|
||||
"nsync",
|
||||
|
Loading…
Reference in New Issue
Block a user