Undo failed attempts at including kissfft

PiperOrigin-RevId: 245315183
This commit is contained in:
A. Unique TensorFlower 2019-04-25 15:11:00 -07:00 committed by TensorFlower Gardener
parent afeb3a0781
commit 0b19b8237a
5 changed files with 1 additions and 19 deletions

View File

@ -56,7 +56,6 @@ REQUIRED_PACKAGES = [
'google_pasta >= 0.1.2',
'keras_applications >= 1.0.6',
'keras_preprocessing >= 1.0.5',
'kissfft >= 1.3.0, < 1.3.1',
'numpy >= 1.14.5, < 2.0',
'six >= 1.10.0',
'protobuf >= 3.6.1',

View File

@ -4,11 +4,7 @@ package(
licenses(["notice"]) # Apache 2.0
filegroup(
name = "LICENSE",
srcs = glob(["LICENSES/**"]),
visibility = ["//visibility:public"],
)
exports_files(["LICENSE"])
cc_library(
name = "kiss_fftr_16",

View File

@ -1,11 +0,0 @@
licenses(["notice"]) # MIT
filegroup(
name = "LICENSE",
visibility = ["//visibility:public"],
)
cc_library(
name = "kiss_fftr_16",
visibility = ["//visibility:public"],
)

View File

@ -12,5 +12,4 @@ def repo():
"https://github.com/mborgerding/kissfft/archive/cddf3833fdf24fa84b79be37efdcd348cae0e39c.tar.gz",
],
build_file = "//third_party/kissfft:BUILD.bazel",
system_build_file = "//third_party/kissfft:BUILD.system",
)

View File

@ -30,7 +30,6 @@ VALID_LIBS = [
"jpeg",
"jsoncpp_git",
"keras_applications_archive",
"kissfft",
"lmdb",
"nasm",
"nsync",