Skip to content

Commit

Permalink
fix: update bazel build
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Leprince <[email protected]>
  • Loading branch information
pleprince committed Apr 3, 2024
1 parent a06daec commit 2d678ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ cc_library(
deps = [
"@imath//:Imath",
"@libdeflate//:deflate",
"@c-blosc2//c-blosc2",
],
)

Expand Down Expand Up @@ -502,6 +503,7 @@ cc_library(
":IlmThread",
":OpenEXRCore",
"@imath//:Imath",
"@c-blosc2//c-blosc2",
],
)

Expand Down
1 change: 1 addition & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ bazel_dep(name = "bazel_skylib", version = "1.5.0")
bazel_dep(name = "imath", version = "3.1.11")
bazel_dep(name = "libdeflate", version = "1.19")
bazel_dep(name = "platforms", version = "0.0.8")
bazel_dep(name = "c-blosc2", version = "2.12.0")

0 comments on commit 2d678ae

Please sign in to comment.