Skip to content

Commit 37ccf5c

Browse files
Vertexwahncary-ilm
andauthored
Update Bazel dependencies (#2146)
Signed-off-by: Vertexwahn <[email protected]> Co-authored-by: Cary Phillips <[email protected]>
1 parent 3ef13a8 commit 37ccf5c

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

BUILD.bazel

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ expand_template(
1313
name = "IexConfig",
1414
out = "src/lib/Iex/IexConfig.h",
1515
substitutions = {
16-
"@IEX_INTERNAL_NAMESPACE@": "Iex_3_3",
16+
"@IEX_INTERNAL_NAMESPACE@": "Iex_3_4",
1717
"@IEX_NAMESPACE_CUSTOM@": "0",
1818
"@IEX_NAMESPACE@": "Iex",
1919
},
@@ -35,7 +35,7 @@ expand_template(
3535
name = "IlmThreadConfig",
3636
out = "src/lib/IlmThread/IlmThreadConfig.h",
3737
substitutions = {
38-
"@ILMTHREAD_INTERNAL_NAMESPACE@": "IlmThread_3_3",
38+
"@ILMTHREAD_INTERNAL_NAMESPACE@": "IlmThread_3_4",
3939
"@ILMTHREAD_NAMESPACE_CUSTOM@": "0",
4040
"@ILMTHREAD_NAMESPACE@": "IlmThread",
4141
"#cmakedefine01 ILMTHREAD_HAVE_POSIX_SEMAPHORES": "#define ILMTHREAD_HAVE_POSIX_SEMAPHORES 0",
@@ -50,14 +50,14 @@ expand_template(
5050
out = "src/lib/OpenEXR/OpenEXRConfig.h",
5151
substitutions = {
5252
"@OPENEXR_IMF_NAMESPACE@": "Imf",
53-
"@OPENEXR_INTERNAL_IMF_NAMESPACE@": "Imf_3_3",
54-
"@OPENEXR_LIB_VERSION@": "3.3.0",
55-
"@OPENEXR_NAMESPACE_CUSTOM@": "3.3.0",
56-
"@OPENEXR_PACKAGE_NAME@": "OpenEXR 3.3.0",
53+
"@OPENEXR_INTERNAL_IMF_NAMESPACE@": "Imf_3_4",
54+
"@OPENEXR_LIB_VERSION@": "3.4.0",
55+
"@OPENEXR_NAMESPACE_CUSTOM@": "3.4.0",
56+
"@OPENEXR_PACKAGE_NAME@": "OpenEXR 3.4.0",
5757
"@OPENEXR_VERSION_EXTRA@": "",
58-
"@OPENEXR_VERSION@": "3.3.0",
58+
"@OPENEXR_VERSION@": "3.4.0",
5959
"@OPENEXR_VERSION_MAJOR@": "3",
60-
"@OPENEXR_VERSION_MINOR@": "3",
60+
"@OPENEXR_VERSION_MINOR@": "4",
6161
"@OPENEXR_VERSION_PATCH@": "0",
6262
"#cmakedefine OPENEXR_ENABLE_API_VISIBILITY": "#define OPENEXR_ENABLE_API_VISIBILITY",
6363
"#cmakedefine OPENEXR_HAVE_LARGE_STACK 1": "/* #undef OPENEXR_HAVE_LARGE_STACK */",

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ module(
77
)
88

99
bazel_dep(name = "bazel_skylib", version = "1.8.2")
10-
bazel_dep(name = "imath", version = "3.2.1")
10+
bazel_dep(name = "imath", version = "3.2.2")
1111
bazel_dep(name = "libdeflate", version = "1.24")
12-
bazel_dep(name = "openjph", version = "0.24.1")
12+
bazel_dep(name = "openjph", version = "0.24.2")
1313
bazel_dep(name = "platforms", version = "1.0.0")
1414
bazel_dep(name = "rules_cc", version = "0.2.9")

0 commit comments

Comments
 (0)