|
1 | 1 | suite = { |
2 | | - "mxversion" : "5.282.0", |
| 2 | + "mxversion" : "5.316.13", |
3 | 3 | "name" : "fastr", |
4 | 4 | "versionConflictResolution" : "latest", |
5 | 5 | "imports" : { |
|
31 | 31 |
|
32 | 32 | "repositories" : { |
33 | 33 | "snapshots" : { |
34 | | - "url" : "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", |
35 | | - "licenses" : ["GPLv3"] |
| 34 | + "url" : "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", |
| 35 | + "licenses" : ["GPLv3"] |
36 | 36 | } |
37 | 37 | }, |
38 | 38 |
|
|
48 | 48 | # libraries that we depend on |
49 | 49 | "libraries" : { |
50 | 50 | "GNUR" : { |
51 | | - "path" : "libdownloads/R-4.0.3.tar.gz", # keep in sync with the GraalVM support distribution |
52 | | - "urls" : ["https://cran.rstudio.com/src/base/R-4/R-4.0.3.tar.gz"], |
53 | | - "sha1" : "5daba2d63e07a9f39d9b69b68f0642d71213ec5c", |
54 | | - "resource" : "true" |
| 51 | + "path" : "libdownloads/R-4.0.3.tar.gz", # keep in sync with the GraalVM support distribution |
| 52 | + "urls" : ["https://cran.rstudio.com/src/base/R-4/R-4.0.3.tar.gz"], |
| 53 | + "sha1" : "5daba2d63e07a9f39d9b69b68f0642d71213ec5c", |
| 54 | + "resource" : "true" |
55 | 55 | }, |
56 | 56 |
|
57 | 57 | "F2C" : { |
58 | | - "path" : "libdownloads/f2c/src.tgz", |
59 | | - "urls" : ["https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/f2c/20191129/src.tgz"], |
60 | | - "sha1" : "8a26107bf9f82a2dcfa597f15549a412be75e0ee", |
61 | | - "resource" : "true" |
| 58 | + "path" : "libdownloads/f2c/src.tgz", |
| 59 | + "urls" : ["https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/f2c/20191129/src.tgz"], |
| 60 | + "sha1" : "8a26107bf9f82a2dcfa597f15549a412be75e0ee", |
| 61 | + "resource" : "true" |
62 | 62 | }, |
63 | 63 |
|
64 | 64 | "LIBF2C" : { |
65 | | - "path" : "libdownloads/f2c/libf2c.zip", |
66 | | - "urls" : ["https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/f2c/20191129/libf2c.zip"], |
67 | | - "sha1" : "e39a00f425f8fc41dde434686080a94e94884f30", |
68 | | - "resource" : "true" |
| 65 | + "path" : "libdownloads/f2c/libf2c.zip", |
| 66 | + "urls" : ["https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/f2c/20191129/libf2c.zip"], |
| 67 | + "sha1" : "e39a00f425f8fc41dde434686080a94e94884f30", |
| 68 | + "resource" : "true" |
| 69 | + }, |
| 70 | + |
| 71 | + # A recommended package with a fixed version rather than taken from GNU-R. |
| 72 | + "RPART" : { |
| 73 | + "path" : "libdownloads/rpart.tar.gz", |
| 74 | + "ext" : "tar.gz", |
| 75 | + "version" : "4020bb4ee8fd6739bd97e8c39931fa7e3901300c", |
| 76 | + "urls" : ["https://api.github.com/repos/bethatkinson/rpart/tarball/{version}"], |
| 77 | + "sha1" : "ec76dbd51acad10bed843a0005ba5fdcf5c7a35d", |
| 78 | + "resource" : "true" |
69 | 79 | }, |
70 | 80 |
|
71 | 81 | "XZ-1.8" : { |
|
342 | 352 |
|
343 | 353 | "com.oracle.truffle.r.native.recommended" : { |
344 | 354 | "dependencies" : [ |
| 355 | + "RPART", |
345 | 356 | "com.oracle.truffle.r.native", |
346 | 357 | "com.oracle.truffle.r.engine", |
347 | 358 | "com.oracle.truffle.r.ffi.impl", |
|
0 commit comments