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
1dd802a3
Commit
1dd802a3
authored
9 years ago
by
Mick Jordan
Browse files
Options
Downloads
Patches
Plain Diff
set R_INSTALL_TAR in etc/Renviron
parent
cbd6fea8
Branches
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
com.oracle.truffle.r.native/run/Makefile
+2
-0
2 additions, 0 deletions
com.oracle.truffle.r.native/run/Makefile
com.oracle.truffle.r.native/run/edRenviron
+6
-0
6 additions, 0 deletions
com.oracle.truffle.r.native/run/edRenviron
with
8 additions
and
0 deletions
com.oracle.truffle.r.native/run/Makefile
+
2
−
0
View file @
1dd802a3
...
...
@@ -72,6 +72,8 @@ $(FASTR_BIN_DIR)/R: Makefile R.sh Rscript.sh Rscript_exec.sh
chmod
+x
$(
FASTR_BIN_DIR
)
/R
touch
$(
FASTR_ETC_DIR
)
/ldpaths
sed
-e
"s|
\(
R_LIBS_USER=.*-'
\)\(
.*
\)
'}|
\1
$(
FASTR_R_HOME
)
/library'}|"
<
$(
GNUR_HOME
)
/etc/Renviron
>
$(
FASTR_ETC_DIR
)
/Renviron
# set R_INSTALL_TAR
ed
$(
FASTR_ETC_DIR
)
/Renviron < edREnviron
cp
$(
GNUR_HOME
)
/etc/Makeconf Makeconf.etc
ed Makeconf.etc < edMakeconf.etc
cp
Makeconf.etc
$(
FASTR_ETC_DIR
)
/Makeconf
...
...
This diff is collapsed.
Click to expand it.
com.oracle.truffle.r.native/run/edRenviron
0 → 100644
+
6
−
0
View file @
1dd802a3
/### Local/
i
R_INSTALL_TAR=${TAR}
.
w
q
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