Skip to content

Commit e9aa4e7

Browse files
author
Pavel Marek
committed
Add cluster as a resource library dependency.
(cherry picked from commit 76e523b4eaa1ef352a7d26dcc35014dbc068f82b)
1 parent f0e75bc commit e9aa4e7

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

mx.fastr/suite.py

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"resource" : "true"
6969
},
7070

71-
# A recommended package with a fixed version rather than taken from GNU-R.
71+
# A recommended package "rpart" with a fixed version rather than taken from GNU-R.
7272
"RPART" : {
7373
"path" : "libdownloads/rpart.tar.gz",
7474
"ext" : "tar.gz",
@@ -78,6 +78,16 @@
7878
"resource" : "true"
7979
},
8080

81+
# A recommended package "cluster" with a fixed version rather than taken from GNU-R.
82+
"CLUSTER" : {
83+
"path" : "libdownloads/cluster.tar.gz",
84+
"ext" : "tar.gz",
85+
"version" : "2.1.2",
86+
"urls" : ["https://cran.r-project.org/src/contrib/cluster_{version}.tar.gz"],
87+
"sha1" : "47763fa44d11e0f2c2feafade3e331c05eda30d1",
88+
"resource" : "true"
89+
},
90+
8191
"XZ-1.8" : {
8292
"sha1" : "c4f7d054303948eb6a4066194253886c8af07128",
8393
"maven" : {
@@ -353,6 +363,7 @@
353363
"com.oracle.truffle.r.native.recommended" : {
354364
"dependencies" : [
355365
"RPART",
366+
"CLUSTER",
356367
"com.oracle.truffle.r.native",
357368
"com.oracle.truffle.r.engine",
358369
"com.oracle.truffle.r.ffi.impl",

0 commit comments

Comments
 (0)