Skip to content

Commit

Permalink
CI : Update to GafferHQ/dependencies 7.0.0
Browse files Browse the repository at this point in the history
And tweak related entries in Changes.md.
  • Loading branch information
johnhaddon committed Jul 10, 2023
1 parent 305f464 commit 27c4297
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main/installDependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

# Determine default archive URL.

defaultURL = "https://github.com/GafferHQ/dependencies/releases/download/7.0.0a4/gafferDependencies-7.0.0a4-{platform}.{extension}".format(
defaultURL = "https://github.com/GafferHQ/dependencies/releases/download/7.0.0/gafferDependencies-7.0.0-{platform}.{extension}".format(
platform = { "darwin" : "osx", "win32" : "windows" }.get( sys.platform, "linux" ),
extension = "tar.gz" if sys.platform != "win32" else "zip"
)
Expand Down
5 changes: 3 additions & 2 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ Breaking Changes
- The `display` and `view` default values are now interpreted as the default defined by the current OpenColorIO config, rather than as invalid values. This means that a node without `display` or `view` specified is no longer a pass-through as it was before.
- gaffer test : Replaced `-performanceOnly` flag with `-category` argument which may be set to `performance` for the same as the old `-performanceOnly`, or `standard` for the converse.
- VisibleSet : Renamed `VisibleSet::match()` to `visibility()` and changed return type.
- Xerces : Removed. This library was only needed by Appleseed.

Build
-----
Expand All @@ -170,18 +171,18 @@ Build
- Imath : Added version 3.1.7.
- MaterialX : Added version 1.38.4.
- Minizip : Added version 3.0.9.
- OpenColorIO : Updated to version 2.2.1.
- OpenEXR :
- Updated to version 3.1.7.
- Stopped linking unnecessarily to the `IlmImf` library.
- OpenColorIO : Updated to version 2.2.1.
- OpenImageIO : Updated to version 2.4.11.0.
- OpenPGL : Added version 0.4.1.
- Partio : Added version 1.14.6.
- PCG : Added latest version.
- PyBind11 : Updated to version 2.10.4.
- PySide : Updated to version 5.15.8.
- Qt : Updated to version 5.15.8.
- USD : Updated to version 23.05.
- Xerces : Removed.
- ZLib : Added version 1.2.13.

1.2.x.x (relative to 1.2.9.0)
Expand Down

0 comments on commit 27c4297

Please sign in to comment.