Rez package for Actor Framework
The C++ Actor Framework.
CAF offers a high-level programming environment based on the Actor Model of computation combined with an efficient, native runtime environment that lets you build scalable applications. For example, software for molecular research, communication backends for distributed network security monitoring or even massive multiplayer online games.
The framework is open source, available on GitHub under the 3-Clause BSD License, and in active development since 2011.
With rez:
rez-build -i
With make:
make install PREFIX=/some/installation/path TAG=v2.1.0