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
e2de7ca3
Commit
e2de7ca3
authored
8 years ago
by
Mick Jordan
Browse files
Options
Downloads
Patches
Plain Diff
fix recommended package install order in release mode
parent
f854395b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
com.oracle.truffle.r.native.recommended/Makefile
+1
-1
1 addition, 1 deletion
com.oracle.truffle.r.native.recommended/Makefile
with
1 addition
and
1 deletion
com.oracle.truffle.r.native.recommended/Makefile
+
1
−
1
View file @
e2de7ca3
...
...
@@ -34,7 +34,7 @@ NATIVE_PROJECT := $(subst native.recommended,native,$(CURDIR))
R_VERSION
:=
$(
notdir
$(
wildcard
$(
NATIVE_PROJECT
)
/gnur/R-
*
))
GNUR_HOME
:=
$(
NATIVE_PROJECT
)
/gnur/
$(
R_VERSION
)
# order matters due to inter-package dependencies
GNUR_RECOMMENDED_PKGNAMES
:=
MASS boot class cluster
codetools
lattice nnet spatial Matrix survival KernSmooth foreign nlme rpart
GNUR_RECOMMENDED_PKGNAMES
:=
MASS boot class cluster lattice nnet spatial Matrix survival KernSmooth foreign nlme rpart
codetools
GNUR_RECOMMENDED_TARS
:=
$(
foreach pkg,
$(
GNUR_RECOMMENDED_PKGNAMES
)
,
$(
GNUR_HOME
)
/src/library/Recommended/
$(
pkg
)
.tgz
)
#$(info GNUR_RECOMMENDED_TARS=$(GNUR_RECOMMENDED_TARS))
...
...
This diff is collapsed.
Click to expand it.
Julien Lopez
@jlopez
Mentioned in commit
8e26d0fb
·
8 years ago
Mentioned in commit
8e26d0fb
Mentioned in commit 8e26d0fb715a56628eefdcef9cf05a9c1498d9e9
Toggle commit list
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