Skip to content

Commit

Permalink
Update Albatross to use vendored MKL distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
peddie committed Sep 2, 2024
1 parent 86b38ea commit 9bb009e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ http_archive(
build_file = "@rules_swiftnav//third_party:mkl_headers.BUILD",
sha256 = "b24d12a8e18ba23de5c659a33fb184a7ac6019d4b159e78f628d7c8de225f77a",
urls = [
"https://anaconda.org/intel/mkl-include/2023.1.0/download/linux-64/mkl-include-2023.1.0-intel_46342.tar.bz2",
"https://swiftnav-public-mkl-sharedlibs.s3.us-west-2.amazonaws.com/mkl-include-2023.1.0-intel_46342.tar.bz2",
],
)

Expand All @@ -41,7 +41,7 @@ http_archive(
sha256 = "c63adbfdbdc7c4992384a2d89cd62211e4a9f8061e3e841af1a269699531cb02",
strip_prefix = "lib",
urls = [
"https://anaconda.org/intel/mkl-static/2023.1.0/download/linux-64/mkl-static-2023.1.0-intel_46342.tar.bz2",
"https://swiftnav-public-mkl-sharedlibs.s3.us-west-2.amazonaws.com/mkl-static-2023.1.0-intel_46342.tar.bz2",
],
)

Expand Down

0 comments on commit 9bb009e

Please sign in to comment.