Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
GitOrigin-RevId: e149dc1bfaf37a7767f4bfceb3663f366bb49554
  • Loading branch information
Vertexwahn committed Jul 31, 2023
1 parent ea5018b commit 848654d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "platforms",
sha256 = "5308fc1d8865406a49427ba24a9ab53087f17f5266a7aabbfc28823f3916e1ca",
sha256 = "3a561c99e7bdbe9173aa653fd579fe849f1d8d67395780ab4770b1f381431d51",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.6/platforms-0.0.6.tar.gz",
"https://github.com/bazelbuild/platforms/releases/download/0.0.6/platforms-0.0.6.tar.gz",
"https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.7/platforms-0.0.7.tar.gz",
"https://github.com/bazelbuild/platforms/releases/download/0.0.7/platforms-0.0.7.tar.gz",
],
)
8 changes: 4 additions & 4 deletions tests/WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ register_ispc_toolchains()

git_repository(
name = "com_openexr",
commit = "fc3ba3cf02ea9322674dc91e5594675241a23a44",
commit = "af87558c603b41d0ce6a233f9c845c99924b9168",
remote = "https://github.com/AcademySoftwareFoundation/openexr/",
)

Expand All @@ -58,9 +58,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "com_github_nelhage_rules_boost",
sha256 = "bf488e4c472832a303d31ed20ea0ffdd8fa974654969b0c129b7c0ce4273f103",
strip_prefix = "rules_boost-5729d34dcf595874f32b9f1aa1134db65fe78fda",
url = "https://github.com/nelhage/rules_boost/archive/5729d34dcf595874f32b9f1aa1134db65fe78fda.tar.gz",
sha256 = "ef70e7f187a148441067cbd02e8198d959897b615c0edbbf288efe7369505c35",
strip_prefix = "rules_boost-fbfb6c665cfe223e9da343779c9da1a48e79e8c3",
url = "https://github.com/nelhage/rules_boost/archive/fbfb6c665cfe223e9da343779c9da1a48e79e8c3.tar.gz",
)

load("@com_github_nelhage_rules_boost//:boost/boost.bzl", "boost_deps")
Expand Down
18 changes: 9 additions & 9 deletions third_party/oidn/deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ def oidn_deps():
maybe(
http_archive,
name = "bazel_skylib",
sha256 = "b8a1527901774180afc798aeb28c4634bdccf19c4d98e7bdd1ce79d1fe9aaad7",
sha256 = "66ffd9315665bfaafc96b52278f57c7e2dd09f5ede279ea6d39b2be471e7e3aa",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.4.1/bazel-skylib-1.4.1.tar.gz",
"https://github.com/bazelbuild/bazel-skylib/releases/download/1.4.1/bazel-skylib-1.4.1.tar.gz",
"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.4.2/bazel-skylib-1.4.2.tar.gz",
"https://github.com/bazelbuild/bazel-skylib/releases/download/1.4.2/bazel-skylib-1.4.2.tar.gz",
],
)

Expand Down Expand Up @@ -73,10 +73,10 @@ def oidn_deps():
http_archive,
name = "oneTBB",
urls = [
"https://github.com/oneapi-src/oneTBB/archive/5b2a49008c32c7ba3df7c9e137a894ff53710b64.zip",
"https://github.com/oneapi-src/oneTBB/archive/539cbb3e67f8cde4b54c767626e015997755770b.zip",
],
strip_prefix = "oneTBB-5b2a49008c32c7ba3df7c9e137a894ff53710b64",
sha256 = "d9ae2b326b6bac49c5a97ddfd7068a024fc7955f64b1e0811300aca6cff30c94",
strip_prefix = "oneTBB-539cbb3e67f8cde4b54c767626e015997755770b",
#sha256 = "d9ae2b326b6bac49c5a97ddfd7068a024fc7955f64b1e0811300aca6cff30c94",
)

maybe(
Expand Down Expand Up @@ -104,7 +104,7 @@ def oidn_deps():
maybe(
http_archive,
name = "rules_ispc",
sha256 = "2c5563f878e63eaaf498293ca084c84d3e6cb2e6818bf0d4b24b5dfc63570892",
strip_prefix = "rules_ispc-0.0.2",
url = "https://github.com/Vertexwahn/rules_ispc/releases/download/v0.0.2/rules_ispc-v0.0.2.tar.gz",
sha256 = "3a90eac643926017defa5e95a7addfd77e278787f244b0722019766727141ad2",
strip_prefix = "rules_ispc-0.0.3",
url = "https://github.com/Vertexwahn/rules_ispc/releases/download/v0.0.3/rules_ispc-v0.0.3.tar.gz",
)

0 comments on commit 848654d

Please sign in to comment.