-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWORKSPACE
More file actions
executable file
·23 lines (21 loc) · 840 Bytes
/
WORKSPACE
File metadata and controls
executable file
·23 lines (21 loc) · 840 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
new_http_archive(
name = "gtest",
url = "https://github.com/google/googletest/archive/release-1.7.0.zip",
sha256 = "b58cb7547a28b2c718d1e38aee18a3659c9e3ff52440297e965f5edffe34b6d0",
build_file = "third_party/gtest.BUILD",
strip_prefix = "googletest-release-1.7.0",
)
new_http_archive(
name = "eigen",
url = "http://bitbucket.org/eigen/eigen/get/3.3.1.zip",
sha256 = "28b27da1b342278866cd1251b1b11ecf89f6043fd9c9380195888be8af44514f",
build_file = "third_party/eigen.BUILD",
strip_prefix = "eigen-eigen-f562a193118d",
)
new_http_archive(
name = "csparse",
url = "http://faculty.cse.tamu.edu/davis/csce689_spr15_files/CSparse.zip",
sha256 = "f61f5e742f2f72348da7a3b7c9a0c736c22f0ffd0e6daa6cc159721e5fdce807",
build_file = "third_party/csparse.BUILD",
strip_prefix = "CSparse",
)