-
Notifications
You must be signed in to change notification settings - Fork 620
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bazel support: Switch to Imath 3.1.12 (#1856)
Signed-off-by: Vertexwahn <[email protected]>
- Loading branch information
1 parent
8d52f35
commit 0a0bb45
Showing
4 changed files
with
23 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# SPDX-License-Identifier: BSD-3-Clause | ||
# Copyright (c) Contributors to the OpenEXR Project. | ||
|
||
common --enable_platform_specific_config | ||
|
||
# Enable modern C++ features | ||
build:linux --cxxopt=-std=c++17 | ||
build:linux --host_cxxopt=-std=c++17 | ||
build:macos --cxxopt=-std=c++17 | ||
build:macos --host_cxxopt=-std=c++17 | ||
build:windows --cxxopt=/std:c++17 | ||
build:windows --host_cxxopt=/std:c++17 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
7.1.1 | ||
7.3.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters