blob: 43ee6e5457f9a69fb6410a3a23430dfe453ef11c [file] [log] [blame]
new_local_repository(
name = 'usr_repo',
path = '/usr',
build_file = 'debian/usr.BUILD',
)
new_git_repository(
name = 'slycot_repo',
remote = 'https://github.com/avventi/Slycot.git',
build_file = 'debian/slycot.BUILD',
commit = '5af5f283cb23cbe23c4dfea4d5e56071bdbd6e70',
)
bind(
name = 'slycot',
actual = '@slycot_repo//:slycot',
)
# TODO(brian): Make these point to something which isn't hard-coded to come off
# the host system...
bind(
name = 'librt',
actual = '@usr_repo//:librt',
)
bind(
name = 'libdl',
actual = '@usr_repo//:libdl',
)
bind(
name = 'libm',
actual = '@usr_repo//:libm',
)
bind(
name = 'libpthread',
actual = '@usr_repo//:libpthread',
)
new_http_archive(
name = 'arm-frc-linux-gnueabi-repo',
build_file = 'tools/cpp/arm-frc-linux-gnueabi/arm-frc-linux-gnueabi.BUILD',
sha256 = '9d92b513b627c4aaa93d4d8049b4c6b96a532b64df11b27fde4dead58347a9f6',
url = 'http://frc971.org/Build-Dependencies/arm-frc-linux-gnueabi_4.9.3.tar.gz',
)
new_git_repository(
name = 'python-gflags-repo',
remote = 'https://github.com/gflags/python-gflags.git',
build_file = 'debian/gflags.BUILD',
commit = '41c4571864f0db5823e07715317e7388e94faabc',
)
bind(
name = 'python-gflags',
actual = '@python-gflags-repo//:gflags',
)
new_http_archive(
name = 'python-glog-repo',
build_file = 'debian/glog.BUILD',
sha256 = '953fd80122c48023d1148e6d1bda2763fcab59c8a81682bb298238a5935547b0',
url = 'https://pypi.python.org/packages/source/g/glog/glog-0.1.tar.gz',
strip_prefix = 'glog-0.1',
)
bind(
name = 'python-glog',
actual = '@python-glog-repo//:glog',
)