Skip to content

Commit

Permalink
update rules_openblas dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
phpisciuneri committed Mar 23, 2023
1 parent f58cf51 commit aae5a3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions armadillo/deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ def rules_armadillo_dependencies():
maybe(
http_archive,
name = "openblas",
sha256 = "cba377eeb528aedf12ef1e3b46b35c40f7b7d384568fea0a19d18f3378b1ccb9",
strip_prefix = "rules-openblas-0.1.0",
url = "https://github.com/phpisciuneri/rules-openblas/archive/refs/tags/v0.1.0.tar.gz",
sha256 = "ca24ee0022dae4a03e70ee52eb5b977c480e0c4827e3a85fa4c259b4f3882cc4",
strip_prefix = "rules_openblas-0.1.1",
url = "https://github.com/phpisciuneri/rules_openblas/archive/refs/tags/v0.1.1.tar.gz",
)

maybe(
Expand Down

0 comments on commit aae5a3e

Please sign in to comment.