Esempio n. 1
0
 def build(self):
     # must archive FASTR before build so that nested mx R CMD INSTALL can execute
     mx.archive(['@FASTR'])
     mx.NativeBuildTask.build(self)
Esempio n. 2
0
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])
Esempio n. 3
0
 def build(self):
     # must archive FASTR before build so that nested mx R CMD INSTALL can execute
     mx.archive(['@FASTR'])
     mx.NativeBuildTask.build(self)