Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
QueryR
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Julien Lopez
QueryR
Commits
989ed35a
Commit
989ed35a
authored
6 years ago
by
stepan
Browse files
Options
Downloads
Patches
Plain Diff
Add GraalVM post installation message
parent
630faca7
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
mx.fastr/mx_fastr_dists.py
+13
-0
13 additions, 0 deletions
mx.fastr/mx_fastr_dists.py
mx.fastr/suite.py
+1
-1
1 addition, 1 deletion
mx.fastr/suite.py
with
14 additions
and
1 deletion
mx.fastr/mx_fastr_dists.py
+
13
−
0
View file @
989ed35a
...
...
@@ -299,4 +299,17 @@ mx_sdk.register_graalvm_component(mx_sdk.GraalVmLanguage(
'
bin/R
'
,
],
include_in_polyglot
=
False
,
post_install_msg
=
"
NOTES:
\n
---------------
\n
"
+
"
Some R packages need a system-dependent configuration before they can be installed.
"
+
"
A generic configuration that works out of the box in most cases is provided by default.
"
+
"
If you wish to fine-tune the configuration to your system or should you encounter any
"
+
"
issues during R package installation, try running the following script that adjusts
"
+
"
the configuration to your system:
\n
"
+
"
${graalvm_home}/jre/languages/R/bin/configure_fastr
\n\n
"
+
"
The R component comes without native image by default. If you wish to build the native image,
"
+
"
which provides faster startup, but slightly slower peak performance, then run the following:
\n
"
+
"
${graalvm_home}/jre/languages/R/bin/install_r_native_image
\n\n
"
+
"
The native image is then used by default. Pass
'
--jvm
'
flag to the R or Rscript launchers to
"
+
"
use JVM instead of the native image.
\n\n
"
+
"
See http://www.graalvm.org/docs/reference-manual/languages/r for more.
"
))
This diff is collapsed.
Click to expand it.
mx.fastr/suite.py
+
1
−
1
View file @
989ed35a
...
...
@@ -7,7 +7,7 @@ suite = {
{
"
name
"
:
"
truffle
"
,
"
subdir
"
:
True
,
"
version
"
:
"
205700799d38cc5adb239f5f6f1fce091b6cabb7
"
,
"
version
"
:
"
822da2f5e092931e236885be3cc6e9cac35b5c7a
"
,
"
urls
"
:
[
{
"
url
"
:
"
https://github.com/graalvm/graal
"
,
"
kind
"
:
"
git
"
},
{
"
url
"
:
"
https://curio.ssw.jku.at/nexus/content/repositories/snapshots
"
,
"
kind
"
:
"
binary
"
},
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment