From 582f0160191af3fb67b6f30f445ca39557f83e1d Mon Sep 17 00:00:00 2001 From: Mick Jordan <mick.jordan@oracle.com> Date: Wed, 24 Aug 2016 07:35:22 -0700 Subject: [PATCH] add back FASTR dist --- mx.fastr/suite.py | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/mx.fastr/suite.py b/mx.fastr/suite.py index 352608b61c..dbe721a506 100644 --- a/mx.fastr/suite.py +++ b/mx.fastr/suite.py @@ -394,6 +394,40 @@ suite = { }, + "FASTR" : { + "description" : "class files for compiling against FastR in a separate suite", + "dependencies" : ["com.oracle.truffle.r.engine", "com.oracle.truffle.r.runtime.ffi"], + "mainClass" : "com.oracle.truffle.r.engine.shell.RCommand", + "exclude" : [ + "JDK_TOOLS", + "NETLIB", + "ASM", + "ASM_UTIL", + "ASM_TREE", + "ASM_COMMONS", + "ASM_ANALYSIS", + "ASM", + "JNR_X86ASM", + "JFFI_NATIVE", + "JFFI", + "JNR_FFI", + "JNR_CONSTANTS", + "JNR_POSIX", + "JNR_INVOKE", + "JNR_UDIS86", + "truffle:JLINE", + "ANTLR-C-3.5", + "ANTLR-3.5", + "GNUR", + "GNU_ICONV", + ], + "distDependencies" : [ + "truffle:TRUFFLE_API", + "truffle:TRUFFLE_DEBUG", + "TRUFFLE_R_PARSER_PROCESSOR", + ], + }, + "FASTR_NATIVE_DEV": { "description" : "support for overriding the native project implementation in a separate suite", "native" : "true", -- GitLab