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 27, 2023
1 parent bafa210 commit 40e3375
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 = "ca24ee0022dae4a03e70ee52eb5b977c480e0c4827e3a85fa4c259b4f3882cc4",
strip_prefix = "rules_openblas-0.1.1",
url = "https://github.com/phpisciuneri/rules_openblas/archive/refs/tags/v0.1.1.tar.gz",
sha256 = "b99d0e9c53c6b230bf1a2a3b678cd4dd02a78f4ed174b3d7c5481ae2bb2ea3f1",
strip_prefix = "rules_openblas-0.1.2",
url = "https://github.com/phpisciuneri/rules_openblas/archive/refs/tags/v0.1.2.tar.gz",
)

maybe(
Expand Down

0 comments on commit 40e3375

Please sign in to comment.