Skip to content

Commit

Permalink
Bump versions for Bazel
Browse files Browse the repository at this point in the history
Signed-off-by: Cary Phillips <cary@ilm.com>
  • Loading branch information
cary-ilm committed Jun 30, 2021
1 parent 72c1b3f commit 05ec6bd
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 13 deletions.
8 changes: 4 additions & 4 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ generate_header(
substitutions = {
"@OPENEXR_IMF_NAMESPACE@": "Imf",
"@OPENEXR_INTERNAL_IMF_NAMESPACE@": "Imf_3_0",
"@OPENEXR_LIB_VERSION@": "3.0.1",
"@OPENEXR_LIB_VERSION@": "3.0.5",
"@OPENEXR_NAMESPACE_CUSTOM@": "0",
"@OPENEXR_PACKAGE_NAME@": "OpenEXR 3.0.1",
"@OPENEXR_PACKAGE_NAME@": "OpenEXR 3.0.5",
"@OPENEXR_VERSION_EXTRA@": "",
"@OPENEXR_VERSION_MAJOR@": "3",
"@OPENEXR_VERSION_MINOR@": "0",
"@OPENEXR_VERSION_PATCH@": "1",
"@OPENEXR_VERSION@": "3.0.1",
"@OPENEXR_VERSION_PATCH@": "5",
"@OPENEXR_VERSION@": "3.0.5",
"#cmakedefine OPENEXR_ENABLE_API_VISIBILITY": "#define OPENEXR_ENABLE_API_VISIBILITY",
"#cmakedefine OPENEXR_HAVE_LARGE_STACK 1": "/* #undef OPENEXR_HAVE_LARGE_STACK */",
},
Expand Down
8 changes: 4 additions & 4 deletions bazel/third_party/Imath.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ generate_header(
name = "ImathConfig.h",
substitutions = {
"@IMATH_INTERNAL_NAMESPACE@": "Imath_3_0",
"@IMATH_LIB_VERSION@": "3.0.1",
"@IMATH_LIB_VERSION@": "3.0.4",
"@IMATH_NAMESPACE_CUSTOM@": "0",
"@IMATH_NAMESPACE@": "Imath",
"@IMATH_PACKAGE_NAME@": "Imath 3.0.1",
"@IMATH_PACKAGE_NAME@": "Imath 3.0.4",
"@IMATH_VERSION_MAJOR@": "3",
"@IMATH_VERSION_MINOR@": "0",
"@IMATH_VERSION_PATCH@": "1",
"@IMATH_VERSION@": "3.0.1",
"@IMATH_VERSION_PATCH@": "4",
"@IMATH_VERSION@": "3.0.4",
"#cmakedefine IMATH_ENABLE_API_VISIBILITY": "",
"#cmakedefine IMATH_HAVE_LARGE_STACK": "",
},
Expand Down
6 changes: 3 additions & 3 deletions bazel/third_party/openexr.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def openexr_deps():
http_archive,
name = "Imath",
build_file = "@openexr//:bazel/third_party/Imath.BUILD",
strip_prefix = "Imath-3.0.1",
sha256 = "9cd984bb6b0a9572dd4a373b1fab60bc4c992a52ec5c68328fe0f48f194ba3c0",
urls = ["https://github.com/AcademySoftwareFoundation/Imath/archive/refs/tags/v3.0.1.tar.gz"],
strip_prefix = "Imath-3.0.5",
sha256 = "fd7ee3dac0db5840576d3a24aeb262880d5d16c7",
urls = ["https://github.com/AcademySoftwareFoundation/Imath/archive/refs/tags/v3.0.4.tar.gz"],
)
2 changes: 0 additions & 2 deletions src/lib/Iex/IexExport.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,5 @@

#endif // OPENEXR_DLL

/// @}

#endif // #ifndef INCLUDED_IEXEXPORT_H

0 comments on commit 05ec6bd

Please sign in to comment.