Skip to content

RELEASE 2.8.0: Custom build commands

Choose a tag to compare

@nerdvegas nerdvegas released this 10 Mar 04:27
· 2606 commits to main since this release

Packages can now provide their own build commands in their package.py:

# in package.py
build_command = "make -f {root}/Makefile {install}"

See:
https://github.com/nerdvegas/rez/wiki/Building-Packages#custom-build-commands