diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2017-08-15 12:08:02 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2017-08-15 12:08:02 +0000 |
commit | e4719b2d4d9f9d7f208f4b6f47b3ebec84d10bb1 (patch) | |
tree | b951aceb553c068f43e3528ffa06451e049fd96c /science/py-tensorflow/files/patch-WORKSPACE | |
parent | www/phalcon: update 3.2.1 -> 3.2.2 (diff) |
Ad TensorFlow 1.2.1
PR: 219609
Submitted by: Jov <amutu@amutu.com>
Diffstat (limited to '')
-rw-r--r-- | science/py-tensorflow/files/patch-WORKSPACE | 739 |
1 files changed, 739 insertions, 0 deletions
diff --git a/science/py-tensorflow/files/patch-WORKSPACE b/science/py-tensorflow/files/patch-WORKSPACE new file mode 100644 index 000000000000..891a1569c39a --- /dev/null +++ b/science/py-tensorflow/files/patch-WORKSPACE @@ -0,0 +1,739 @@ +--- WORKSPACE.orig 2017-06-14 19:02:07 UTC ++++ WORKSPACE +@@ -1,523 +1,365 @@ + workspace(name = "org_tensorflow") + +-http_archive( ++local_repository( + name = "io_bazel_rules_closure", +- sha256 = "4be8a887f6f38f883236e77bb25c2da10d506f2bf1a8e5d785c0f35574c74ca4", +- strip_prefix = "rules_closure-aac19edc557aec9b603cd7ffe359401264ceff0d", +- urls = [ +- "http://mirror.bazel.build/github.com/bazelbuild/rules_closure/archive/aac19edc557aec9b603cd7ffe359401264ceff0d.tar.gz", # 2017-05-10 +- "https://github.com/bazelbuild/rules_closure/archive/aac19edc557aec9b603cd7ffe359401264ceff0d.tar.gz", +- ], ++ path = "tensorflow_third_party/io_bazel_rules_closure" + ) +- ++ + load("@io_bazel_rules_closure//closure:defs.bzl", "closure_repositories") + + closure_repositories() + + load("//tensorflow:workspace.bzl", "tf_workspace") + +-# Uncomment and update the paths in these entries to build the Android demo. +-#android_sdk_repository( +-# name = "androidsdk", +-# api_level = 23, +-# # Ensure that you have the build_tools_version below installed in the +-# # SDK manager as it updates periodically. +-# build_tools_version = "25.0.2", +-# # Replace with path to Android SDK on your system +-# path = "<PATH_TO_SDK>", +-#) +-# +-# Android NDK r12b is recommended (higher may cause issues with Bazel) +-#android_ndk_repository( +-# name="androidndk", +-# path="<PATH_TO_NDK>", +-# # This needs to be 14 or higher to compile TensorFlow. +-# # Note that the NDK version is not the API level. +-# api_level=14) +- +-# Please add all new TensorFlow dependencies in workspace.bzl. + tf_workspace() + +-new_http_archive( ++local_repository( + name = "inception5h", +- build_file = "models.BUILD", +- url = "https://storage.googleapis.com/download.tensorflow.org/models/inception5h.zip", +- sha256 = "d13569f6a98159de37e92e9c8ec4dae8f674fbf475f69fe6199b514f756d4364" ++ path = "tensorflow_third_party/inception5h" + ) +- +-new_http_archive( ++ ++local_repository( + name = "mobile_multibox", +- build_file = "models.BUILD", +- url = "https://storage.googleapis.com/download.tensorflow.org/models/mobile_multibox_v1a.zip", +- sha256 = "859edcddf84dddb974c36c36cfc1f74555148e9c9213dedacf1d6b613ad52b96" ++ path = "tensorflow_third_party/mobile_multibox" + ) +- +-new_http_archive( ++ ++local_repository( + name = "stylize", +- build_file = "models.BUILD", +- url = "https://storage.googleapis.com/download.tensorflow.org/models/stylize_v1.zip", +- sha256 = "3d374a730aef330424a356a8d4f04d8a54277c425e274ecb7d9c83aa912c6bfa" ++ path = "tensorflow_third_party/stylize" + ) +- +-# TENSORBOARD_BOWER_AUTOGENERATED_BELOW_THIS_LINE_DO_NOT_EDIT +- +-new_http_archive( ++ ++local_repository( + name = "d3", +- build_file = "bower.BUILD", +- url = "https://github.com/mbostock-bower/d3-bower/archive/v3.5.15.tar.gz", +- strip_prefix = "d3-bower-3.5.15", ++ path = "tensorflow_third_party/d3" + ) +- +-new_http_archive( ++ ++local_repository( + name = "dagre", +- build_file = "bower.BUILD", +- url = "https://github.com/cpettitt/dagre/archive/v0.7.4.tar.gz", +- strip_prefix = "dagre-0.7.4", ++ path = "tensorflow_third_party/dagre" + ) +- +-new_http_archive( ++ ++local_repository( + name = "es6_promise", +- build_file = "bower.BUILD", +- url = "https://github.com/components/es6-promise/archive/v2.1.0.tar.gz", +- strip_prefix = "es6-promise-2.1.0", ++ path = "tensorflow_third_party/es6_promise" + ) +- +-new_http_archive( ++ ++local_repository( + name = "font_roboto", +- build_file = "bower.BUILD", +- url = "https://github.com/polymerelements/font-roboto/archive/v1.0.1.tar.gz", +- strip_prefix = "font-roboto-1.0.1", ++ path = "tensorflow_third_party/font_roboto" + ) +- +-new_http_archive( ++ ++local_repository( + name = "graphlib", +- build_file = "bower.BUILD", +- url = "https://github.com/cpettitt/graphlib/archive/v1.0.7.tar.gz", +- strip_prefix = "graphlib-1.0.7", ++ path = "tensorflow_third_party/graphlib" + ) +- +-new_http_archive( ++ ++local_repository( + name = "iron_a11y_announcer", +- build_file = "bower.BUILD", +- url = "https://github.com/polymerelements/iron-a11y-announcer/archive/v1.0.5.tar.gz", +- strip_prefix = "iron-a11y-announcer-1.0.5", ++ path = "tensorflow_third_party/iron_a11y_announcer" + ) +- +-new_http_archive( ++ ++local_repository( + name = "iron_a11y_keys_behavior", +- build_file = "bower.BUILD", +- url = "https://github.com/polymerelements/iron-a11y-keys-behavior/archive/v1.1.8.tar.gz", +- strip_prefix = "iron-a11y-keys-behavior-1.1.8", ++ path = "tensorflow_third_party/iron_a11y_keys_behavior" + ) +- +-new_http_archive( ++ ++local_repository( + name = "iron_ajax", +- build_file = "bower.BUILD", +- url = "https://github.com/polymerelements/iron-ajax/archive/v1.2.0.tar.gz", +- strip_prefix = "iron-ajax-1.2.0", ++ path = "tensorflow_third_party/iron_ajax" + ) +- +-new_http_archive( ++ ++local_repository( + name = "iron_autogrow_textarea", +- build_file = "bower.BUILD", +- url = "https://github.com/polymerelements/iron-autogrow-textarea/archive/v1.0.12.tar.gz", +- strip_prefix = "iron-autogrow-textarea-1.0.12", ++ path = "tensorflow_third_party/iron_autogrow_textarea" + ) +- +-new_http_archive( ++ ++local_repository( + name = "iron_behaviors", +- build_file = "bower.BUILD", +- url = "https://github.com/polymerelements/iron-behaviors/archive/v1.0.17.tar.gz", +- strip_prefix = "iron-behaviors-1.0.17", ++ path = "tensorflow_third_party/iron_behaviors" + ) +- +-new_http_archive( ++ ++local_repository( + name = "iron_checked_element_behavior", +- build_file = "bower.BUILD", +- url = "https://github.com/polymerelements/iron-checked-element-behavior/archive/v1.0.4.tar.gz", +- strip_prefix = "iron-checked-element-behavior-1.0.4", ++ path = "tensorflow_third_party/iron_checked_element_behavior" + ) +- +-new_http_archive( ++ ++local_repository( + name = "iron_collapse", +- build_file = "bower.BUILD", +- url = "https://github.com/polymerelements/iron-collapse/archive/v1.0.8.tar.gz", +- strip_prefix = "iron-collapse-1.0.8", ++ path = "tensorflow_third_party/iron_collapse" + ) +- +-new_http_archive( ++ ++local_repository( + name = "iron_dropdown", +- build_file = "bower.BUILD", +- url = "https://github.com/polymerelements/iron-dropdown/archive/v1.4.0.tar.gz", +- strip_prefix = "iron-dropdown-1.4.0", ++ path = "tensorflow_third_party/iron_dropdown" + ) +- +-new_http_archive( ++ ++local_repository( + name = "iron_fit_behavior", +- build_file = "bower.BUILD", +- url = "https://github.com/polymerelements/iron-fit-behavior/archive/v1.2.5.tar.gz", +- strip_prefix = "iron-fit-behavior-1.2.5", ++ path = "tensorflow_third_party/iron_fit_behavior" + ) +- +-new_http_archive( ++ ++local_repository( + name = "iron_flex_layout", +- build_file = "bower.BUILD", +- url = "https://github.com/polymerelements/iron-flex-layout/archive/v1.3.0.tar.gz", +- strip_prefix = "iron-flex-layout-1.3.0", ++ path = "tensorflow_third_party/iron_flex_layout" + ) +- +-new_http_archive( ++ ++local_repository( + name = "iron_form_element_behavior", +- build_file = "bower.BUILD", +- url = "https://github.com/polymerelements/iron-form-element-behavior/archive/v1.0.6.tar.gz", +- strip_prefix = "iron-form-element-behavior-1.0.6", ++ path = "tensorflow_third_party/iron_form_element_behavior" + ) +- +-new_http_archive( ++ ++local_repository( + name = "iron_icon", +- build_file = "bower.BUILD", +- url = "https://github.com/polymerelements/iron-icon/archive/v1.0.11.tar.gz", +- strip_prefix = "iron-icon-1.0.11", ++ path = "tensorflow_third_party/iron_icon" + ) +- +-new_http_archive( ++ ++local_repository( + name = "iron_icons", +- build_file = "bower.BUILD", +- url = "https://github.com/polymerelements/iron-icons/archive/v1.1.3.tar.gz", +- strip_prefix = "iron-icons-1.1.3", ++ path = "tensorflow_third_party/iron_icons" + ) +- +-new_http_archive( ++ ++local_repository( + name = "iron_iconset_svg", +- build_file = "bower.BUILD", +- url = "https://github.com/polymerelements/iron-iconset-svg/archive/v1.1.0.tar.gz", +- strip_prefix = "iron-iconset-svg-1.1.0", ++ path = "tensorflow_third_party/iron_iconset_svg" + ) +- +-new_http_archive( ++ ++local_repository( + name = "iron_input", +- build_file = "bower.BUILD", +- url = "https://github.com/polymerelements/iron-input/archive/1.0.10.tar.gz", +- strip_prefix = "iron-input-1.0.10", ++ path = "tensorflow_third_party/iron_input" + ) +- +-new_http_archive( ++ ++local_repository( + name = "iron_list", +- build_file = "bower.BUILD", +- url = "https://github.com/polymerelements/iron-list/archive/v1.3.9.tar.gz", +- strip_prefix = "iron-list-1.3.9", ++ path = "tensorflow_third_party/iron_list" + ) +- +-new_http_archive( ++ ++local_repository( + name = "iron_menu_behavior", +- build_file = "bower.BUILD", +- url = "https://github.com/polymerelements/iron-menu-behavior/archive/v1.1.10.tar.gz", +- strip_prefix = "iron-menu-behavior-1.1.10", ++ path = "tensorflow_third_party/iron_menu_behavior" + ) +- +-new_http_archive( ++ ++local_repository( + name = "iron_meta", +- build_file = "bower.BUILD", +- url = "https://github.com/polymerelements/iron-meta/archive/v1.1.1.tar.gz", +- strip_prefix = "iron-meta-1.1.1", ++ path = "tensorflow_third_party/iron_meta" + ) +- +-new_http_archive( ++ ++local_repository( + name = "iron_overlay_behavior", +- build_file = "bower.BUILD", +- url = "https://github.com/polymerelements/iron-overlay-behavior/archive/v1.10.1.tar.gz", +- strip_prefix = "iron-overlay-behavior-1.10.1", ++ path = "tensorflow_third_party/iron_overlay_behavior" + ) +- +-new_http_archive( ++ ++local_repository( + name = "iron_range_behavior", +- build_file = "bower.BUILD", +- url = "https://github.com/polymerelements/iron-range-behavior/archive/v1.0.4.tar.gz", +- strip_prefix = "iron-range-behavior-1.0.4", ++ path = "tensorflow_third_party/iron_range_behavior" + ) +- +-new_http_archive( ++ ++local_repository( + name = "iron_resizable_behavior", +- build_file = "bower.BUILD", +- url = "https://github.com/polymerelements/iron-resizable-behavior/archive/v1.0.3.tar.gz", +- strip_prefix = "iron-resizable-behavior-1.0.3", ++ path = "tensorflow_third_party/iron_resizable_behavior" + ) +- +-new_http_archive( ++ ++local_repository( + name = "iron_scroll_target_behavior", +- build_file = "bower.BUILD", +- url = "https://github.com/polymerelements/iron-scroll-target-behavior/archive/v1.0.3.tar.gz", +- strip_prefix = "iron-scroll-target-behavior-1.0.3", ++ path = "tensorflow_third_party/iron_scroll_target_behavior" + ) +- +-new_http_archive( ++ ++local_repository( + name = "iron_selector", +- build_file = "bower.BUILD", +- url = "https://github.com/polymerelements/iron-selector/archive/v1.5.2.tar.gz", +- strip_prefix = "iron-selector-1.5.2", ++ path = "tensorflow_third_party/iron_selector" + ) +- +-new_http_archive( ++ ++local_repository( + name = "iron_validatable_behavior", +- build_file = "bower.BUILD", +- url = "https://github.com/polymerelements/iron-validatable-behavior/archive/v1.1.1.tar.gz", +- strip_prefix = "iron-validatable-behavior-1.1.1", ++ path = "tensorflow_third_party/iron_validatable_behavior" + ) +- +-new_http_archive( ++ ++local_repository( + name = "lodash", +- build_file = "bower.BUILD", +- url = "https://github.com/lodash/lodash/archive/3.8.0.tar.gz", +- strip_prefix = "lodash-3.8.0", ++ path = "tensorflow_third_party/lodash" + ) +- +-new_http_archive( ++ ++local_repository( + name = "neon_animation", +- build_file = "bower.BUILD", +- url = "https://github.com/polymerelements/neon-animation/archive/v1.2.2.tar.gz", +- strip_prefix = "neon-animation-1.2.2", ++ path = "tensorflow_third_party/neon_animation" + ) +- +-http_file( ++ ++local_repository( + name = "numericjs_numeric_min_js", +- url = "https://cdnjs.cloudflare.com/ajax/libs/numeric/1.2.6/numeric.min.js", ++ path = "tensorflow_third_party/numericjs_numeric_min_js" + ) +- +-new_http_archive( ++ ++local_repository( + name = "paper_behaviors", +- build_file = "bower.BUILD", +- url = "https://github.com/polymerelements/paper-behaviors/archive/v1.0.12.tar.gz", +- strip_prefix = "paper-behaviors-1.0.12", ++ path = "tensorflow_third_party/paper_behaviors" + ) +- +-new_http_archive( ++ ++local_repository( + name = "paper_button", +- build_file = "bower.BUILD", +- url = "https://github.com/polymerelements/paper-button/archive/v1.0.11.tar.gz", +- strip_prefix = "paper-button-1.0.11", ++ path = "tensorflow_third_party/paper_button" + ) +- +-new_http_archive( ++ ++local_repository( + name = "paper_checkbox", +- build_file = "bower.BUILD", +- url = "https://github.com/polymerelements/paper-checkbox/archive/v1.4.0.tar.gz", +- strip_prefix = "paper-checkbox-1.4.0", ++ path = "tensorflow_third_party/paper_checkbox" + ) +- +-new_http_archive( ++ ++local_repository( + name = "paper_dialog", +- build_file = "bower.BUILD", +- url = "https://github.com/polymerelements/paper-dialog/archive/v1.0.4.tar.gz", +- strip_prefix = "paper-dialog-1.0.4", ++ path = "tensorflow_third_party/paper_dialog" + ) +- +-new_http_archive( ++ ++local_repository( + name = "paper_dialog_behavior", +- build_file = "bower.BUILD", +- url = "https://github.com/polymerelements/paper-dialog-behavior/archive/v1.2.5.tar.gz", +- strip_prefix = "paper-dialog-behavior-1.2.5", ++ path = "tensorflow_third_party/paper_dialog_behavior" + ) +- +-new_http_archive( ++ ++local_repository( + name = "paper_dialog_scrollable", +- build_file = "bower.BUILD", +- url = "https://github.com/polymerelements/paper-dialog-scrollable/archive/1.1.5.tar.gz", +- strip_prefix = "paper-dialog-scrollable-1.1.5", ++ path = "tensorflow_third_party/paper_dialog_scrollable" + ) +- +-new_http_archive( ++ ++local_repository( + name = "paper_dropdown_menu", +- build_file = "bower.BUILD", +- url = "https://github.com/polymerelements/paper-dropdown-menu/archive/v1.4.0.tar.gz", +- strip_prefix = "paper-dropdown-menu-1.4.0", ++ path = "tensorflow_third_party/paper_dropdown_menu" + ) +- +-new_http_archive( ++ ++local_repository( + name = "paper_header_panel", +- build_file = "bower.BUILD", +- url = "https://github.com/polymerelements/paper-header-panel/archive/v1.1.4.tar.gz", +- strip_prefix = "paper-header-panel-1.1.4", ++ path = "tensorflow_third_party/paper_header_panel" + ) +- +-new_http_archive( ++ ++local_repository( + name = "paper_icon_button", +- build_file = "bower.BUILD", +- url = "https://github.com/polymerelements/paper-icon-button/archive/v1.1.3.tar.gz", +- strip_prefix = "paper-icon-button-1.1.3", ++ path = "tensorflow_third_party/paper_icon_button" + ) +- +-new_http_archive( ++ ++local_repository( + name = "paper_input", +- build_file = "bower.BUILD", +- url = "https://github.com/polymerelements/paper-input/archive/v1.1.18.tar.gz", +- strip_prefix = "paper-input-1.1.18", ++ path = "tensorflow_third_party/paper_input" + ) +- +-new_http_archive( ++ ++local_repository( + name = "paper_item", +- build_file = "bower.BUILD", +- url = "https://github.com/polymerelements/paper-item/archive/v1.1.4.tar.gz", +- strip_prefix = "paper-item-1.1.4", ++ path = "tensorflow_third_party/paper_item" + ) +- +-new_http_archive( ++ ++local_repository( + name = "paper_listbox", +- build_file = "bower.BUILD", +- url = "https://github.com/polymerelements/paper-listbox/archive/v1.1.2.tar.gz", +- strip_prefix = "paper-listbox-1.1.2", ++ path = "tensorflow_third_party/paper_listbox" + ) +- +-new_http_archive( ++ ++local_repository( + name = "paper_material", +- build_file = "bower.BUILD", +- url = "https://github.com/polymerelements/paper-material/archive/v1.0.6.tar.gz", +- strip_prefix = "paper-material-1.0.6", ++ path = "tensorflow_third_party/paper_material" + ) +- +-new_http_archive( ++ ++local_repository( + name = "paper_menu", +- build_file = "bower.BUILD", +- url = "https://github.com/polymerelements/paper-menu/archive/v1.2.2.tar.gz", +- strip_prefix = "paper-menu-1.2.2", ++ path = "tensorflow_third_party/paper_menu" + ) +- +-new_http_archive( ++ ++local_repository( + name = "paper_menu_button", +- build_file = "bower.BUILD", +- url = "https://github.com/polymerelements/paper-menu-button/archive/v1.5.1.tar.gz", +- strip_prefix = "paper-menu-button-1.5.1", ++ path = "tensorflow_third_party/paper_menu_button" + ) +- +-new_http_archive( ++ ++local_repository( + name = "paper_progress", +- build_file = "bower.BUILD", +- url = "https://github.com/polymerelements/paper-progress/archive/v1.0.9.tar.gz", +- strip_prefix = "paper-progress-1.0.9", ++ path = "tensorflow_third_party/paper_progress" + ) +- +-new_http_archive( ++ ++local_repository( + name = "paper_radio_button", +- build_file = "bower.BUILD", +- url = "https://github.com/polymerelements/paper-radio-button/archive/v1.1.2.tar.gz", +- strip_prefix = "paper-radio-button-1.1.2", ++ path = "tensorflow_third_party/paper_radio_button" + ) +- +-new_http_archive( ++ ++local_repository( + name = "paper_radio_group", +- build_file = "bower.BUILD", +- url = "https://github.com/polymerelements/paper-radio-group/archive/v1.0.9.tar.gz", +- strip_prefix = "paper-radio-group-1.0.9", ++ path = "tensorflow_third_party/paper_radio_group" + ) +- +-new_http_archive( ++ ++local_repository( + name = "paper_ripple", +- build_file = "bower.BUILD", +- url = "https://github.com/polymerelements/paper-ripple/archive/v1.0.5.tar.gz", +- strip_prefix = "paper-ripple-1.0.5", ++ path = "tensorflow_third_party/paper_ripple" + ) +- +-new_http_archive( ++ ++local_repository( + name = "paper_slider", +- build_file = "bower.BUILD", +- url = "https://github.com/polymerelements/paper-slider/archive/v1.0.10.tar.gz", +- strip_prefix = "paper-slider-1.0.10", ++ path = "tensorflow_third_party/paper_slider" + ) +- +-new_http_archive( ++ ++local_repository( + name = "paper_spinner", +- build_file = "bower.BUILD", +- url = "https://github.com/polymerelements/paper-spinner/archive/v1.1.1.tar.gz", +- strip_prefix = "paper-spinner-1.1.1", ++ path = "tensorflow_third_party/paper_spinner" + ) +- +-new_http_archive( ++ ++local_repository( + name = "paper_styles", +- build_file = "bower.BUILD", +- url = "https://github.com/polymerelements/paper-styles/archive/v1.1.4.tar.gz", +- strip_prefix = "paper-styles-1.1.4", ++ path = "tensorflow_third_party/paper_styles" + ) +- +-new_http_archive( ++ ++local_repository( + name = "paper_tabs", +- build_file = "bower.BUILD", +- url = "https://github.com/polymerelements/paper-tabs/archive/v1.7.0.tar.gz", +- strip_prefix = "paper-tabs-1.7.0", ++ path = "tensorflow_third_party/paper_tabs" + ) +- +-new_http_archive( ++ ++local_repository( + name = "paper_toast", +- build_file = "bower.BUILD", +- url = "https://github.com/polymerelements/paper-toast/archive/v1.3.0.tar.gz", +- strip_prefix = "paper-toast-1.3.0", ++ path = "tensorflow_third_party/paper_toast" + ) +- +-new_http_archive( ++ ++local_repository( + name = "paper_toggle_button", +- build_file = "bower.BUILD", +- url = "https://github.com/polymerelements/paper-toggle-button/archive/v1.2.0.tar.gz", +- strip_prefix = "paper-toggle-button-1.2.0", ++ path = "tensorflow_third_party/paper_toggle_button" + ) +- +-new_http_archive( ++ ++local_repository( + name = "paper_toolbar", +- build_file = "bower.BUILD", +- url = "https://github.com/polymerelements/paper-toolbar/archive/v1.1.4.tar.gz", +- strip_prefix = "paper-toolbar-1.1.4", ++ path = "tensorflow_third_party/paper_toolbar" + ) +- +-new_http_archive( ++ ++local_repository( + name = "paper_tooltip", +- build_file = "bower.BUILD", +- url = "https://github.com/polymerelements/paper-tooltip/archive/v1.1.2.tar.gz", +- strip_prefix = "paper-tooltip-1.1.2", ++ path = "tensorflow_third_party/paper_tooltip" + ) +- +-new_http_archive( ++ ++local_repository( + name = "plottable", +- build_file = "bower.BUILD", +- url = "https://github.com/palantir/plottable/archive/v1.16.1.tar.gz", +- strip_prefix = "plottable-1.16.1", ++ path = "tensorflow_third_party/plottable" + ) +- +-new_http_archive( ++ ++local_repository( + name = "polymer", +- build_file = "bower.BUILD", +- url = "https://github.com/polymer/polymer/archive/v1.7.0.tar.gz", +- strip_prefix = "polymer-1.7.0", ++ path = "tensorflow_third_party/polymer" + ) +- +-new_http_archive( ++ ++local_repository( + name = "promise_polyfill", +- build_file = "bower.BUILD", +- url = "https://github.com/polymerlabs/promise-polyfill/archive/v1.0.0.tar.gz", +- strip_prefix = "promise-polyfill-1.0.0", ++ path = "tensorflow_third_party/promise_polyfill" + ) +- +-http_file( ++ ++local_repository( + name = "three_js_three_min_js", +- url = "https://raw.githubusercontent.com/mrdoob/three.js/r77/build/three.min.js", ++ path = "tensorflow_third_party/three_js_three_min_js" + ) +- +-http_file( ++ ++local_repository( + name = "three_js_orbitcontrols_js", +- url = "https://raw.githubusercontent.com/mrdoob/three.js/r77/examples/js/controls/OrbitControls.js", ++ path = "tensorflow_third_party/three_js_orbitcontrols_js" + ) +- +-new_http_archive( ++ ++local_repository( + name = "web_animations_js", +- build_file = "bower.BUILD", +- url = "https://github.com/web-animations/web-animations-js/archive/2.2.1.tar.gz", +- strip_prefix = "web-animations-js-2.2.1", ++ path = "tensorflow_third_party/web_animations_js" + ) +- +-new_http_archive( ++ ++local_repository( + name = "webcomponentsjs", +- build_file = "bower.BUILD", +- url = "https://github.com/webcomponents/webcomponentsjs/archive/v0.7.22.tar.gz", +- strip_prefix = "webcomponentsjs-0.7.22", ++ path = "tensorflow_third_party/webcomponentsjs" + ) +- +-http_file( ++ ++local_repository( + name = "weblas_weblas_js", +- url = "https://raw.githubusercontent.com/waylonflinn/weblas/v0.9.0/dist/weblas.js", ++ path = "tensorflow_third_party/weblas_weblas_js" + ) ++ |