polaris.build.omega.build_omega

polaris.build.omega.build_omega(branch, build_dir, clean, debug, cmake_flags, account=None)[source]

Build Omega on the current machine.

Parameters:
  • branch (str) – The relative or absolute path to the base of the Omega branch to build.

  • build_dir (str) – The directory in which to build Omega.

  • clean (bool) – Whether to clean the build directory before building.

  • debug (bool) – Whether to build in debug mode.

  • cmake_flags (str) – Additional flags to pass to CMake.

  • account (str, optional) – The account to use for the build.