From 27c429797f5ef1727c3d7bc1908b635a4f5ffbb0 Mon Sep 17 00:00:00 2001 From: John Haddon Date: Mon, 10 Jul 2023 14:07:28 +0100 Subject: [PATCH] CI : Update to GafferHQ/dependencies 7.0.0 And tweak related entries in Changes.md. --- .github/workflows/main/installDependencies.py | 2 +- Changes.md | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main/installDependencies.py b/.github/workflows/main/installDependencies.py index fc97ec5dcfb..69ec7d13983 100755 --- a/.github/workflows/main/installDependencies.py +++ b/.github/workflows/main/installDependencies.py @@ -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" ) diff --git a/Changes.md b/Changes.md index df78c107e21..d1864d9a6bf 100644 --- a/Changes.md +++ b/Changes.md @@ -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 ----- @@ -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)