예제 #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)
예제 #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])
예제 #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)