WORKSPACE 12.9 KB
Newer Older
V
Vijay Vasudevan 已提交
1 2
workspace(name = "org_tensorflow")

3 4 5 6 7 8 9 10 11 12 13 14 15 16
# Uncomment and update the paths in these entries to build the Android demo.
#android_sdk_repository(
#    name = "androidsdk",
#    api_level = 23,
#    build_tools_version = "23.0.1",
#    # Replace with path to Android SDK on your system
#    path = "<PATH_TO_SDK>",
#)
#
#android_ndk_repository(
#    name="androidndk",
#    path="<PATH_TO_NDK>",
#    api_level=21)

17
# Please add all new TensorFlow dependencies in workspace.bzl.
18 19
load("//tensorflow:workspace.bzl", "tf_workspace")
tf_workspace()
20

V
Vijay Vasudevan 已提交
21 22
# Specify the minimum required bazel version.
load("//tensorflow:tensorflow.bzl", "check_version")
23
check_version("0.3.0")
V
Vijay Vasudevan 已提交
24

A
A. Unique TensorFlower 已提交
25 26
# TENSORBOARD_BOWER_AUTOGENERATED_BELOW_THIS_LINE_DO_NOT_EDIT

27
new_http_archive(
28
  name = "d3",
29
  build_file = "bower.BUILD",
30 31
  url = "https://github.com/mbostock-bower/d3-bower/archive/v3.5.15.tar.gz",
  strip_prefix = "d3-bower-3.5.15",
32 33
)

34
new_http_archive(
35
  name = "dagre",
36
  build_file = "bower.BUILD",
37 38
  url = "https://github.com/cpettitt/dagre/archive/v0.7.4.tar.gz",
  strip_prefix = "dagre-0.7.4",
39 40
)

41
new_http_archive(
42
  name = "es6_promise",
43
  build_file = "bower.BUILD",
44 45
  url = "https://github.com/components/es6-promise/archive/v2.1.0.tar.gz",
  strip_prefix = "es6-promise-2.1.0",
46 47
)

48
new_http_archive(
49
  name = "font_roboto",
50
  build_file = "bower.BUILD",
51 52
  url = "https://github.com/polymerelements/font-roboto/archive/v1.0.1.tar.gz",
  strip_prefix = "font-roboto-1.0.1",
53 54
)

55
new_http_archive(
56
  name = "graphlib",
A
A. Unique TensorFlower 已提交
57
  build_file = "bower.BUILD",
58 59
  url = "https://github.com/cpettitt/graphlib/archive/v1.0.7.tar.gz",
  strip_prefix = "graphlib-1.0.7",
60 61
)

62
new_http_archive(
D
Dan Mané 已提交
63 64
  name = "iron_a11y_announcer",
  build_file = "bower.BUILD",
65 66
  url = "https://github.com/polymerelements/iron-a11y-announcer/archive/v1.0.4.tar.gz",
  strip_prefix = "iron-a11y-announcer-1.0.4",
D
Dan Mané 已提交
67 68
)

69
new_http_archive(
70 71
  name = "iron_a11y_keys_behavior",
  build_file = "bower.BUILD",
D
Dan Smilkov 已提交
72 73
  url = "https://github.com/polymerelements/iron-a11y-keys-behavior/archive/v1.1.8.tar.gz",
  strip_prefix = "iron-a11y-keys-behavior-1.1.8",
A
A. Unique TensorFlower 已提交
74 75
)

76
new_http_archive(
77
  name = "iron_ajax",
78
  build_file = "bower.BUILD",
79 80
  url = "https://github.com/polymerelements/iron-ajax/archive/v1.2.0.tar.gz",
  strip_prefix = "iron-ajax-1.2.0",
81 82
)

83
new_http_archive(
84
  name = "iron_autogrow_textarea",
85
  build_file = "bower.BUILD",
86 87
  url = "https://github.com/polymerelements/iron-autogrow-textarea/archive/v1.0.12.tar.gz",
  strip_prefix = "iron-autogrow-textarea-1.0.12",
88 89
)

90
new_http_archive(
91
  name = "iron_behaviors",
92
  build_file = "bower.BUILD",
93 94
  url = "https://github.com/polymerelements/iron-behaviors/archive/v1.0.17.tar.gz",
  strip_prefix = "iron-behaviors-1.0.17",
95 96
)

97
new_http_archive(
98
  name = "iron_checked_element_behavior",
99
  build_file = "bower.BUILD",
100 101
  url = "https://github.com/polymerelements/iron-checked-element-behavior/archive/v1.0.4.tar.gz",
  strip_prefix = "iron-checked-element-behavior-1.0.4",
102 103
)

104
new_http_archive(
105
  name = "iron_collapse",
106
  build_file = "bower.BUILD",
107 108
  url = "https://github.com/polymerelements/iron-collapse/archive/v1.0.8.tar.gz",
  strip_prefix = "iron-collapse-1.0.8",
109 110
)

111
new_http_archive(
112
  name = "iron_dropdown",
113
  build_file = "bower.BUILD",
114 115
  url = "https://github.com/polymerelements/iron-dropdown/archive/v1.4.0.tar.gz",
  strip_prefix = "iron-dropdown-1.4.0",
116 117
)

118
new_http_archive(
119
  name = "iron_fit_behavior",
120
  build_file = "bower.BUILD",
121 122
  url = "https://github.com/polymerelements/iron-fit-behavior/archive/v1.2.5.tar.gz",
  strip_prefix = "iron-fit-behavior-1.2.5",
123 124
)

125
new_http_archive(
126
  name = "iron_flex_layout",
127
  build_file = "bower.BUILD",
128 129
  url = "https://github.com/polymerelements/iron-flex-layout/archive/v1.3.0.tar.gz",
  strip_prefix = "iron-flex-layout-1.3.0",
130 131
)

132
new_http_archive(
133
  name = "iron_form_element_behavior",
134
  build_file = "bower.BUILD",
135 136
  url = "https://github.com/polymerelements/iron-form-element-behavior/archive/v1.0.6.tar.gz",
  strip_prefix = "iron-form-element-behavior-1.0.6",
137 138
)

139
new_http_archive(
140
  name = "iron_icon",
141
  build_file = "bower.BUILD",
D
Dan Smilkov 已提交
142 143
  url = "https://github.com/polymerelements/iron-icon/archive/v1.0.11.tar.gz",
  strip_prefix = "iron-icon-1.0.11",
144 145
)

146
new_http_archive(
147 148
  name = "iron_icons",
  build_file = "bower.BUILD",
149 150
  url = "https://github.com/polymerelements/iron-icons/archive/v1.1.3.tar.gz",
  strip_prefix = "iron-icons-1.1.3",
151 152
)

153
new_http_archive(
154
  name = "iron_iconset_svg",
155
  build_file = "bower.BUILD",
D
Dan Smilkov 已提交
156 157
  url = "https://github.com/polymerelements/iron-iconset-svg/archive/v1.0.10.tar.gz",
  strip_prefix = "iron-iconset-svg-1.0.10",
158 159
)

160
new_http_archive(
161
  name = "iron_input",
162
  build_file = "bower.BUILD",
163 164
  url = "https://github.com/polymerelements/iron-input/archive/1.0.10.tar.gz",
  strip_prefix = "iron-input-1.0.10",
165 166
)

167
new_http_archive(
168
  name = "iron_list",
169
  build_file = "bower.BUILD",
D
Dan Smilkov 已提交
170 171
  url = "https://github.com/polymerelements/iron-list/archive/v1.3.9.tar.gz",
  strip_prefix = "iron-list-1.3.9",
172 173
)

174
new_http_archive(
175
  name = "iron_menu_behavior",
176
  build_file = "bower.BUILD",
D
Dan Smilkov 已提交
177 178
  url = "https://github.com/polymerelements/iron-menu-behavior/archive/v1.1.10.tar.gz",
  strip_prefix = "iron-menu-behavior-1.1.10",
179 180
)

181
new_http_archive(
182
  name = "iron_meta",
183
  build_file = "bower.BUILD",
184 185
  url = "https://github.com/polymerelements/iron-meta/archive/v1.1.1.tar.gz",
  strip_prefix = "iron-meta-1.1.1",
186 187
)

188
new_http_archive(
189
  name = "iron_overlay_behavior",
190
  build_file = "bower.BUILD",
D
Dan Smilkov 已提交
191 192
  url = "https://github.com/polymerelements/iron-overlay-behavior/archive/v1.9.0.tar.gz",
  strip_prefix = "iron-overlay-behavior-1.9.0",
193 194
)

195
new_http_archive(
196
  name = "iron_range_behavior",
197
  build_file = "bower.BUILD",
198 199
  url = "https://github.com/polymerelements/iron-range-behavior/archive/v1.0.4.tar.gz",
  strip_prefix = "iron-range-behavior-1.0.4",
200 201
)

202
new_http_archive(
203
  name = "iron_resizable_behavior",
204
  build_file = "bower.BUILD",
205 206
  url = "https://github.com/polymerelements/iron-resizable-behavior/archive/v1.0.3.tar.gz",
  strip_prefix = "iron-resizable-behavior-1.0.3",
207 208
)

209
new_http_archive(
210
  name = "iron_selector",
211
  build_file = "bower.BUILD",
212 213
  url = "https://github.com/polymerelements/iron-selector/archive/v1.5.2.tar.gz",
  strip_prefix = "iron-selector-1.5.2",
214 215
)

216
new_http_archive(
217
  name = "iron_validatable_behavior",
218
  build_file = "bower.BUILD",
219 220
  url = "https://github.com/polymerelements/iron-validatable-behavior/archive/v1.1.1.tar.gz",
  strip_prefix = "iron-validatable-behavior-1.1.1",
221 222
)

223
new_http_archive(
224
  name = "lodash",
225
  build_file = "bower.BUILD",
226 227
  url = "https://github.com/lodash/lodash/archive/3.8.0.tar.gz",
  strip_prefix = "lodash-3.8.0",
228 229
)

230
new_http_archive(
231
  name = "neon_animation",
232
  build_file = "bower.BUILD",
233 234
  url = "https://github.com/polymerelements/neon-animation/archive/v1.2.2.tar.gz",
  strip_prefix = "neon-animation-1.2.2",
235 236
)

237
http_file(
D
Dan Smilkov 已提交
238
  name = "numericjs_numeric_min_js",
239
  url = "https://cdnjs.cloudflare.com/ajax/libs/numeric/1.2.6/numeric.min.js",
240 241
)

242
new_http_archive(
243
  name = "paper_behaviors",
244
  build_file = "bower.BUILD",
D
Dan Smilkov 已提交
245 246
  url = "https://github.com/polymerelements/paper-behaviors/archive/v1.0.12.tar.gz",
  strip_prefix = "paper-behaviors-1.0.12",
247 248
)

249
new_http_archive(
250
  name = "paper_button",
251
  build_file = "bower.BUILD",
252 253
  url = "https://github.com/polymerelements/paper-button/archive/v1.0.11.tar.gz",
  strip_prefix = "paper-button-1.0.11",
254 255
)

256
new_http_archive(
257
  name = "paper_checkbox",
258
  build_file = "bower.BUILD",
259 260
  url = "https://github.com/polymerelements/paper-checkbox/archive/v1.1.3.tar.gz",
  strip_prefix = "paper-checkbox-1.1.3",
261 262
)

263
new_http_archive(
264 265
  name = "paper_dialog",
  build_file = "bower.BUILD",
266 267
  url = "https://github.com/polymerelements/paper-dialog/archive/v1.0.4.tar.gz",
  strip_prefix = "paper-dialog-1.0.4",
268 269
)

270
new_http_archive(
271 272
  name = "paper_dialog_behavior",
  build_file = "bower.BUILD",
273 274
  url = "https://github.com/polymerelements/paper-dialog-behavior/archive/v1.2.5.tar.gz",
  strip_prefix = "paper-dialog-behavior-1.2.5",
275 276
)

277
new_http_archive(
278
  name = "paper_dropdown_menu",
279
  build_file = "bower.BUILD",
D
Dan Smilkov 已提交
280 281
  url = "https://github.com/polymerelements/paper-dropdown-menu/archive/v1.4.0.tar.gz",
  strip_prefix = "paper-dropdown-menu-1.4.0",
282 283
)

284
new_http_archive(
285
  name = "paper_header_panel",
286
  build_file = "bower.BUILD",
287 288
  url = "https://github.com/polymerelements/paper-header-panel/archive/v1.1.4.tar.gz",
  strip_prefix = "paper-header-panel-1.1.4",
289 290
)

291
new_http_archive(
292
  name = "paper_icon_button",
293
  build_file = "bower.BUILD",
D
Dan Smilkov 已提交
294 295
  url = "https://github.com/polymerelements/paper-icon-button/archive/v1.1.2.tar.gz",
  strip_prefix = "paper-icon-button-1.1.2",
296 297
)

298
new_http_archive(
299
  name = "paper_input",
300
  build_file = "bower.BUILD",
301 302
  url = "https://github.com/polymerelements/paper-input/archive/v1.1.18.tar.gz",
  strip_prefix = "paper-input-1.1.18",
303 304
)

305
new_http_archive(
306
  name = "paper_item",
307
  build_file = "bower.BUILD",
308 309
  url = "https://github.com/polymerelements/paper-item/archive/v1.1.4.tar.gz",
  strip_prefix = "paper-item-1.1.4",
310 311
)

312 313 314 315 316 317 318
new_http_archive(
  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",
)

319
new_http_archive(
320
  name = "paper_material",
321
  build_file = "bower.BUILD",
322 323
  url = "https://github.com/polymerelements/paper-material/archive/v1.0.6.tar.gz",
  strip_prefix = "paper-material-1.0.6",
324 325
)

326
new_http_archive(
327
  name = "paper_menu",
328
  build_file = "bower.BUILD",
329 330
  url = "https://github.com/polymerelements/paper-menu/archive/v1.2.2.tar.gz",
  strip_prefix = "paper-menu-1.2.2",
331 332
)

333
new_http_archive(
334
  name = "paper_menu_button",
335
  build_file = "bower.BUILD",
D
Dan Smilkov 已提交
336 337
  url = "https://github.com/polymerelements/paper-menu-button/archive/v1.5.1.tar.gz",
  strip_prefix = "paper-menu-button-1.5.1",
338 339
)

340
new_http_archive(
341
  name = "paper_progress",
342
  build_file = "bower.BUILD",
343 344
  url = "https://github.com/polymerelements/paper-progress/archive/v1.0.9.tar.gz",
  strip_prefix = "paper-progress-1.0.9",
345 346
)

347
new_http_archive(
348
  name = "paper_radio_button",
349
  build_file = "bower.BUILD",
350 351
  url = "https://github.com/polymerelements/paper-radio-button/archive/v1.1.2.tar.gz",
  strip_prefix = "paper-radio-button-1.1.2",
352 353
)

354
new_http_archive(
355
  name = "paper_radio_group",
356
  build_file = "bower.BUILD",
357 358
  url = "https://github.com/polymerelements/paper-radio-group/archive/v1.0.9.tar.gz",
  strip_prefix = "paper-radio-group-1.0.9",
359 360
)

361
new_http_archive(
362
  name = "paper_ripple",
363
  build_file = "bower.BUILD",
364 365
  url = "https://github.com/polymerelements/paper-ripple/archive/v1.0.5.tar.gz",
  strip_prefix = "paper-ripple-1.0.5",
366 367
)

368
new_http_archive(
369
  name = "paper_slider",
370
  build_file = "bower.BUILD",
371 372
  url = "https://github.com/polymerelements/paper-slider/archive/v1.0.10.tar.gz",
  strip_prefix = "paper-slider-1.0.10",
373 374
)

375
new_http_archive(
376
  name = "paper_styles",
377
  build_file = "bower.BUILD",
378 379
  url = "https://github.com/polymerelements/paper-styles/archive/v1.1.4.tar.gz",
  strip_prefix = "paper-styles-1.1.4",
380 381
)

382
new_http_archive(
383
  name = "paper_tabs",
384
  build_file = "bower.BUILD",
385 386
  url = "https://github.com/polymerelements/paper-tabs/archive/v1.6.2.tar.gz",
  strip_prefix = "paper-tabs-1.6.2",
387 388
)

389
new_http_archive(
390
  name = "paper_toggle_button",
391
  build_file = "bower.BUILD",
D
Dan Smilkov 已提交
392 393
  url = "https://github.com/polymerelements/paper-toggle-button/archive/v1.2.0.tar.gz",
  strip_prefix = "paper-toggle-button-1.2.0",
394 395
)

396
new_http_archive(
397
  name = "paper_toolbar",
398
  build_file = "bower.BUILD",
399 400
  url = "https://github.com/polymerelements/paper-toolbar/archive/v1.1.4.tar.gz",
  strip_prefix = "paper-toolbar-1.1.4",
401 402
)

403
new_http_archive(
404 405
  name = "paper_tooltip",
  build_file = "bower.BUILD",
406 407
  url = "https://github.com/polymerelements/paper-tooltip/archive/v1.1.2.tar.gz",
  strip_prefix = "paper-tooltip-1.1.2",
408 409
)

410
new_http_archive(
411
  name = "plottable",
412
  build_file = "bower.BUILD",
413 414
  url = "https://github.com/palantir/plottable/archive/v1.16.1.tar.gz",
  strip_prefix = "plottable-1.16.1",
415 416
)

417
new_http_archive(
418
  name = "polymer",
419
  build_file = "bower.BUILD",
D
Dan Smilkov 已提交
420 421
  url = "https://github.com/polymer/polymer/archive/v1.7.0.tar.gz",
  strip_prefix = "polymer-1.7.0",
422 423
)

424
new_http_archive(
425
  name = "promise_polyfill",
426
  build_file = "bower.BUILD",
427 428
  url = "https://github.com/polymerlabs/promise-polyfill/archive/v1.0.0.tar.gz",
  strip_prefix = "promise-polyfill-1.0.0",
429 430
)

431 432 433 434 435 436 437 438
http_file(
  name = "three_js_three_min_js",
  url = "https://raw.githubusercontent.com/mrdoob/three.js/r77/build/three.min.js",
)

http_file(
  name = "three_js_orbitcontrols_js",
  url = "https://raw.githubusercontent.com/mrdoob/three.js/r77/examples/js/controls/OrbitControls.js",
439 440
)

441
new_http_archive(
442
  name = "web_animations_js",
443
  build_file = "bower.BUILD",
444 445
  url = "https://github.com/web-animations/web-animations-js/archive/2.2.1.tar.gz",
  strip_prefix = "web-animations-js-2.2.1",
446 447
)

448
new_http_archive(
449
  name = "webcomponentsjs",
450
  build_file = "bower.BUILD",
451 452
  url = "https://github.com/webcomponents/webcomponentsjs/archive/v0.7.22.tar.gz",
  strip_prefix = "webcomponentsjs-0.7.22",
453
)
454

455 456 457
http_file(
  name = "weblas_weblas_js",
  url = "https://raw.githubusercontent.com/waylonflinn/weblas/v0.9.0/dist/weblas.js",
458
)