From dad81a9f619956dc043a75a81db69c220ca36c70 Mon Sep 17 00:00:00 2001 From: Julian Amann Date: Sun, 1 May 2022 09:43:22 +0200 Subject: [PATCH] Fix Bazel Imath version defines Signed-off-by: Julian Amann --- .bazelversion | 2 +- .github/workflows/bazel_build.yml | 4 ++-- bazel/third_party/Imath.BUILD | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.bazelversion b/.bazelversion index 831446cbd2..ac14c3dfaa 100644 --- a/.bazelversion +++ b/.bazelversion @@ -1 +1 @@ -5.1.0 +5.1.1 diff --git a/.github/workflows/bazel_build.yml b/.github/workflows/bazel_build.yml index 5287617856..f5406fb8b2 100644 --- a/.github/workflows/bazel_build.yml +++ b/.github/workflows/bazel_build.yml @@ -34,7 +34,7 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Mount bazel cache + - name: Mount Bazel cache uses: actions/cache@v2 with: path: "/home/runner/.cache/bazel" @@ -51,7 +51,7 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Mount bazel cache + - name: Mount Bazel cache uses: actions/cache@v2 with: path: "/home/runner/.cache/bazel" diff --git a/bazel/third_party/Imath.BUILD b/bazel/third_party/Imath.BUILD index 6e483138bd..f3d8bda35d 100644 --- a/bazel/third_party/Imath.BUILD +++ b/bazel/third_party/Imath.BUILD @@ -7,14 +7,14 @@ generate_header( name = "ImathConfig.h", substitutions = { "@IMATH_INTERNAL_NAMESPACE@": "Imath_3_1", - "@IMATH_LIB_VERSION@": "3.1.4", + "@IMATH_LIB_VERSION@": "3.1.5", "@IMATH_NAMESPACE_CUSTOM@": "0", "@IMATH_NAMESPACE@": "Imath", - "@IMATH_PACKAGE_NAME@": "Imath 3.1.4", + "@IMATH_PACKAGE_NAME@": "Imath 3.1.5", "@IMATH_VERSION_MAJOR@": "3", "@IMATH_VERSION_MINOR@": "1", - "@IMATH_VERSION_PATCH@": "4", - "@IMATH_VERSION@": "3.1.4", + "@IMATH_VERSION_PATCH@": "5", + "@IMATH_VERSION@": "3.1.5", "#cmakedefine IMATH_HALF_USE_LOOKUP_TABLE": "#define IMATH_HALF_USE_LOOKUP_TABLE", "#cmakedefine IMATH_ENABLE_API_VISIBILITY": "#define IMATH_ENABLE_API_VISIBILITY", "#cmakedefine IMATH_HAVE_LARGE_STACK": "/* #undef IMATH_HAVE_LARGE_STACK */",