Skip to content

Commit

Permalink
Update eigen (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinxc authored Mar 28, 2023
1 parent b3d27d1 commit 83ef4b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bazel/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -290,11 +290,11 @@ def _com_github_eigenteam_eigen():
maybe(
http_archive,
name = "com_github_eigenteam_eigen",
sha256 = "8586084f71f9bde545ee7fa6d00288b264a2b7ac3607b974e54d13e7162c1c72",
sha256 = "c1b115c153c27c02112a0ecbf1661494295d9dcff6427632113f2e4af9f3174d",
build_file = "@spulib//bazel:eigen.BUILD",
strip_prefix = "eigen-3.4.0",
strip_prefix = "eigen-3.4",
urls = [
"https://gitlab.com/libeigen/eigen/-/archive/3.4.0/eigen-3.4.0.tar.gz",
"https://gitlab.com/libeigen/eigen/-/archive/3.4/eigen-3.4.tar.gz",
],
)

Expand Down

0 comments on commit 83ef4b2

Please sign in to comment.