File tree Expand file tree Collapse file tree 4 files changed +12
-11
lines changed Expand file tree Collapse file tree 4 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 1
- 4.1.0
1
+ 5.0.0
2
+
Original file line number Diff line number Diff line change 42
42
43
43
- name : Install bazelisk
44
44
run : |
45
- curl -LO "https://github.com/bazelbuild/bazelisk/releases/download/v1.9 .0/bazelisk-linux-amd64"
45
+ curl -LO "https://github.com/bazelbuild/bazelisk/releases/download/v1.11 .0/bazelisk-linux-amd64"
46
46
mkdir -p "${GITHUB_WORKSPACE}/bin/"
47
47
mv bazelisk-linux-amd64 "${GITHUB_WORKSPACE}/bin/bazel"
48
48
chmod +x "${GITHUB_WORKSPACE}/bin/bazel"
Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ generate_header(
7
7
name = "ImathConfig.h",
8
8
substitutions = {
9
9
"@IMATH_INTERNAL_NAMESPACE@": "Imath_3_1",
10
- "@IMATH_LIB_VERSION@": "3.1.3 ",
10
+ "@IMATH_LIB_VERSION@": "3.1.4 ",
11
11
"@IMATH_NAMESPACE_CUSTOM@": "0",
12
12
"@IMATH_NAMESPACE@": "Imath",
13
- "@IMATH_PACKAGE_NAME@": "Imath 3.1.3 ",
13
+ "@IMATH_PACKAGE_NAME@": "Imath 3.1.4 ",
14
14
"@IMATH_VERSION_MAJOR@": "3",
15
15
"@IMATH_VERSION_MINOR@": "1",
16
- "@IMATH_VERSION_PATCH@": "3 ",
17
- "@IMATH_VERSION@": "3.1.3 ",
16
+ "@IMATH_VERSION_PATCH@": "4 ",
17
+ "@IMATH_VERSION@": "3.1.4 ",
18
18
"#cmakedefine IMATH_HALF_USE_LOOKUP_TABLE": "#define IMATH_HALF_USE_LOOKUP_TABLE",
19
19
"#cmakedefine IMATH_ENABLE_API_VISIBILITY": "#define IMATH_ENABLE_API_VISIBILITY",
20
20
"#cmakedefine IMATH_HAVE_LARGE_STACK": "/* #undef IMATH_HAVE_LARGE_STACK */",
Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ def openexr_deps():
22
22
)
23
23
24
24
# sha256 was determined using:
25
- # curl -sL https://github.com/AcademySoftwareFoundation/Imath/archive/refs/tags/v3.1.0 .tar.gz --output Imath-3.1.0 .tar.gz
26
- # sha256sum Imath-3.1.0 .tar.gz
25
+ # curl -sL https://github.com/AcademySoftwareFoundation/Imath/archive/refs/tags/v3.1.4 .tar.gz --output Imath-3.1.4 .tar.gz
26
+ # sha256sum Imath-3.1.4 .tar.gz
27
27
# If the hash is incorrect Bazel will report an error and show the actual hash of the file.
28
28
maybe (
29
29
http_archive ,
30
30
name = "Imath" ,
31
31
build_file = "@openexr//:bazel/third_party/Imath.BUILD" ,
32
- strip_prefix = "Imath-3.1.0 " ,
33
- sha256 = "211c907ab26d10bd01e446da42f073ee7381e1913d8fa48084444bc4e1b4ef87 " ,
34
- urls = ["https://github.com/AcademySoftwareFoundation/Imath/archive/refs/tags/v3.1.0 .tar.gz" ],
32
+ strip_prefix = "Imath-3.1.4 " ,
33
+ sha256 = "fcca5fbb37d375a252bacd8a29935569bdc28b888f01ef1d9299ca0c9e87c17a " ,
34
+ urls = ["https://github.com/AcademySoftwareFoundation/Imath/archive/refs/tags/v3.1.4 .tar.gz" ],
35
35
)
You can’t perform that action at this time.
0 commit comments