Skip to content

boberfly/dependencies

This branch is 1 commit ahead of, 36 commits behind GafferHQ/dependencies:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9333c8d · Jul 25, 2024
May 3, 2024
Feb 16, 2022
May 13, 2020
Jun 17, 2022
Apr 4, 2023
Jun 17, 2022
May 15, 2024
May 3, 2024
Feb 2, 2024
Feb 9, 2023
Feb 9, 2023
May 13, 2020
May 13, 2020
Jun 13, 2023
Jun 17, 2022
Jan 16, 2024
May 13, 2024
Mar 25, 2024
May 3, 2024
May 20, 2020
Jun 17, 2022
May 13, 2020
Jun 17, 2022
Jun 8, 2020
Feb 15, 2021
May 3, 2024
Mar 25, 2024
Jan 16, 2024
Apr 14, 2023
May 10, 2023
Apr 18, 2024
May 3, 2024
May 8, 2022
Feb 2, 2024
May 3, 2024
Feb 11, 2024
Feb 2, 2024
Jul 4, 2023
May 10, 2023
May 3, 2024
Feb 9, 2023
Apr 4, 2023
May 13, 2020
Jan 16, 2024
Feb 9, 2023
May 3, 2024
May 13, 2020
Jul 25, 2024
Jun 17, 2022
Apr 18, 2024
Feb 9, 2023
Apr 14, 2023
Mar 2, 2022
May 15, 2024
Aug 21, 2023
May 15, 2024

Repository files navigation

Gaffer Dependencies

This project contains the source code for all the 3rd party libraries required to build Gaffer. It is intended to help Gaffer developers get up and running as quickly as possible, and secondarily to provide a record of exactly which dependencies were used for each release of Gaffer, and how they were built.

Usage

We provide prebuilt binary releases, which should be used in conjunction with Gaffer's build instructions.

Building

We strongly recommend using the precompiled binaries as described above, but if you really like building multiple huge software projects, read on!

Prerequisites

Since the build covers so many different projects, it requires the installation of several common software development tools, most of which should be installed by default on a typical developer machine. They include (but are probably not limited to) :

  • Make
  • CMake
  • SCons
  • libbz2 (and headers)

See https://github.com/GafferHQ/build for a Docker container which contains all necessary prerequisites.

Invoking the build

To build, run build.py from the root directory of the project :

./build.py --buildDir /path/to/build

Subsets of the dependencies can be built using the --projects command line argument :

./build.py --buildDir /path/to/build --projects TBB

Variants are specified using the --variant:<Project> command line arguments :

./build.py --buildDir /path/to/build --variants:Python 3

About

Source code for all dependencies of Gaffer

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%