Releases: hypothetical-inc/gafferDependencies
Gaffer Dependencies for Windows 6.2.1
This release changes Embree to build in release mode, which drops the requirement for users to have system debug libraries installed. It also bumps the version of Xerces from 3.2.3
to 3.2.4
.
Gaffer Dependencies for Windows 6.2.0
This adds the following binaries that were missing from previous releases :
- OpenSubdiv : libraries needed for building Cycles
- Embree : libraries needed for building Cycles
- OpenEXR : exrheader needed for GafferImage.ImageWriterTest
- USD : Binaries that require graphics support, such as usdview
Gaffer Dependencies for Windows 6.1.0
This updates the Windows dependencies to correspond to HQ 5.1.0. It also includes Cycles headers that were missing in release 6.0.0
.
Gaffer Dependencies for Windows 6.0.0
This updates the Windows dependencies to correspond to HQ 5.0.0. It is also the first build to use MSVC 2019.
If building Cortex or Gaffer from this release or later, you should build with MSVC 2019
Gaffer Dependencies for Windows 5.0.0
The version numbers of this releases packages are identical to 4.0.0 (and HQ 4.0.0) but changes the naming convention of Boost libraries. Projects using Boost from these dependencies must add the preprocessor definition BOOST_ALL_NO_LIB
and specify the correct library names for Boost when linking.
Boost library names no longer have the build information suffix such as -vc141-mt-x64
. The Boost include files are also now in a directory under the include
directory named simply boost
.
- Boost : Remove version and build configuration suffixes from libraries and header directories.
Gaffer Dependencies for Windows 4.0.0
This release updates this fork to the Gaffer HQ 4.0.0 dependencies release.
Gaffer Dependencies for Windows 3.1.0
This release updates this fork to the Gaffer HQ 3.1.0 dependencies release.
Gaffer Dependencies for Windows 3.1.1
This is a bugfix release that adds libboost_test_exec_monitor-vc141-mt-x64-1_68
and the USD executable tools like usddiff
and usdchecker
.
Gaffer Dependencies for Windows 3.0.0
This release updates this fork to the Gaffer HQ 3.0.0 dependencies release.
- Cortex is now built as part of the dependencies, downloaded from the Image Engine Cortex repository, removing the need to build it from https://github.com/hypothetical-inc/cortex. That repository is now archived. Any new development for Cortex on Windows should take place on https://github.com/ImageEngine/cortex.
Gaffer Dependencies for Windows 3.0.0a1
This is an alpha release of the Windows fork of the GafferHQ dependencies, version 3.0.0a1. It includes Cortex, unlike previous releases that did not, so it can be used to build Gaffer on Windows. It is built with Python 3.7.6.