Skip to content

Commit 113bbff

Browse files
author
Pavel Marek
committed
[GR-19768] Use gnur module in fastr.
PullRequest: graal/10764
2 parents 7e471fa + 3ca6b25 commit 113bbff

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

vm/ci_common/common.hocon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ fastr_linux: ${fastr} {
129129
PKG_LDFLAGS_OVERRIDE : "-L/cm/shared/apps/zlib/1.2.11/lib -L/cm/shared/apps/bzip2/1.0.6/lib -L/cm/shared/apps/xz/5.2.2/lib -L/cm/shared/apps/pcre2/10.37/lib -L/cm/shared/apps/curl/7.50.1/lib -L/cm/shared/apps/gcc/4.8.5/lib64"
130130
FASTR_FC: "/cm/shared/apps/gcc/4.8.5/bin/gfortran"
131131
FASTR_CC: "/cm/shared/apps/gcc/4.8.5/bin/gcc"
132+
GNUR_HOME_BINARY: "/cm/shared/apps/gnur/4.0.3_gcc4.8.5_pcre2-10.37/R-4.0.3"
132133
}
133134
downloads: {
134135
BLAS_LAPACK_DIR: { name: "fastr-403-blas-lapack-gcc", version: "4.8.5", platformspecific: true },

vm/mx.vm/suite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
},
6767
{
6868
"name": "fastr",
69-
"version": "4808a5171e15ee77b6709efa8035d2cc5b9f6db7",
69+
"version": "42ca05e9228e79fa52a2d49589d1a23d64773a9a",
7070
"dynamic": True,
7171
"urls": [
7272
{"url": "https://github.com/oracle/fastr.git", "kind": "git"},

0 commit comments

Comments
 (0)