Skip to content

Commit

Permalink
fix(bazel): everything but the examples build. Can't make it work loc…
Browse files Browse the repository at this point in the history
…ally.

Signed-off-by: Philippe Leprince <[email protected]>
  • Loading branch information
pleprince committed Apr 5, 2024
1 parent 15844b5 commit a9ebf07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
6 changes: 4 additions & 2 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -254,13 +254,14 @@ cc_library(
":windows": [],
"//conditions:default": [
"-pthread",
"-ldl",
],
}),
visibility = ["//visibility:public"],
deps = [
"@c-blosc2//:c-blosc2",
"@imath//:Imath",
"@libdeflate//:deflate",
"@c-blosc2//:c-blosc2",
],
)

Expand Down Expand Up @@ -499,14 +500,15 @@ cc_library(
":windows": [],
"//conditions:default": [
"-pthread",
"-ldl",
],
}),
visibility = ["//visibility:public"],
deps = [
"@c-blosc2//:c-blosc2",
":IlmThread",
":OpenEXRCore",
"@imath//:Imath",
"@c-blosc2//:c-blosc2",
],
)

Expand Down
5 changes: 0 additions & 5 deletions src/examples/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,5 @@ cc_test(
],
deps = [
"//:OpenEXR",
"@c-blosc2//:c-blosc2",
],
linkopts = [
"-lblosc2",
"-ldl"
]
)

0 comments on commit a9ebf07

Please sign in to comment.