Skip to content

Commit

Permalink
Changed eigenmath dep to released version
Browse files Browse the repository at this point in the history
  • Loading branch information
mikael-s-persson committed Oct 9, 2023
1 parent acdb2a9 commit ad8b608
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions WORKSPACE
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")

http_archive(
name = "bazel_skylib",
Expand Down Expand Up @@ -51,12 +50,12 @@ http_archive(
)

# Eigenmath
# TODO Replace with http_archive when eigenmath has a release available.
git_repository(
_EIGENMATH_VERSION = "1.0.0"
http_archive(
name = "x_edr_eigenmath",
repo_mapping = {
"@genit": "@x_edr_genit",
},
remote = "https://github.com/theteamatx/x-edr-eigenmath.git",
branch = "main"
sha256 = "180bf186214b37190e3f26204a271d214b503b25bd22d4228d8f32e7c7151e05",
strip_prefix = "x-edr-eigenmath-%s" % _EIGENMATH_VERSION,
urls = [
"https://github.com/theteamatx/x-edr-eigenmath/archive/refs/tags/v%s.tar.gz" % _EIGENMATH_VERSION,
],
)

0 comments on commit ad8b608

Please sign in to comment.