def build(self): # must archive FASTR before build so that nested mx R CMD INSTALL can execute mx.archive(['@FASTR']) mx.NativeBuildTask.build(self)
def nativebuild(args): "Build the non-Java Python projects and archives" mx.build(["--only", ",".join(PYTHON_NATIVE_PROJECTS + PYTHON_ARCHIVES)]) mx.archive(["@" + a for a in PYTHON_ARCHIVES])