Skip to content

Commit

Permalink
Merge pull request #5385 from johnhaddon/deps7Final
Browse files Browse the repository at this point in the history
CI : Update to GafferHQ/dependencies 7.0.0
  • Loading branch information
johnhaddon authored Jul 11, 2023
2 parents b37ce4a + 8dc573a commit 28ae111
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 @@ -164,6 +164,7 @@ Breaking Changes
- SceneView : Removed `gridPlug()` method.
- TypedPlug : Moved implementation code from `TypedPlug.inl` to `TypedPlugImplementation.h`.
- TypedObjectPlug : Moved implementation code from `TypedObjectPlug.inl` to `TypedObjectPlugImplementation.h`.
- Xerces : Removed. This library was only needed by Appleseed.

Build
-----
Expand All @@ -175,18 +176,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 28ae111

Please sign in to comment.