Set up for using WPILib 2016
It works if you switch which line in //aos/externals:BUILD is commented
out.
Change-Id: I19f4d7a1d95554cff0dc29f9fd4a163b9d0cafd5
diff --git a/WORKSPACE b/WORKSPACE
index 221437a..0a1c4b7 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -47,3 +47,16 @@
name = 'python-glog',
actual = '@python-glog-repo//:glog',
)
+
+new_http_archive(
+ name = 'allwpilib_ni-libraries_repo',
+ build_file = 'debian/ni-libraries.BUILD',
+ sha256 = '821687afbee2d7531fb3e47d8d58ac10005695e59685be3ac3aa00b3179faf52',
+ url = 'http://frc971.org/Build-Dependencies/allwpilib_ni-libraries_20749ed.tar.gz',
+ strip_prefix = 'ni-libraries',
+)
+
+bind(
+ name = 'ni-libraries',
+ actual = '@allwpilib_ni-libraries_repo//:ni-libraries',
+)