コード例 #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
ファイル: mx_fastr_dists.py プロジェクト: graalvm/fastr
 def build(self):
     # must archive FASTR before build so that nested mx R CMD INSTALL can execute
     mx.archive(['@FASTR'])
     mx.NativeBuildTask.build(self)