Skip to content

Commit

Permalink
[GR-33862] Re-enable OpenMP in GNU-R build.
Browse files Browse the repository at this point in the history
PullRequest: graal/9936
  • Loading branch information
Pavel Marek committed Oct 7, 2021
2 parents f3749eb + a775066 commit bf33e08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions vm/ci_common/common.hocon
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ fastr_linux: ${fastr} {
PKG_INCLUDE_FLAGS_OVERRIDE : "-I/cm/shared/apps/zlib/1.2.11/include -I/cm/shared/apps/bzip2/1.0.6/include -I/cm/shared/apps/xz/5.2.2/include -I/cm/shared/apps/pcre2/10.37/include -I/cm/shared/apps/curl/7.50.1/include"
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"
FASTR_FC: "/cm/shared/apps/gcc/4.8.5/bin/gfortran"
FASTR_CC: "/cm/shared/apps/gcc/4.8.5/bin/gcc"
GNUR_HOME_BINARY: "/cm/shared/apps/gnur/4.0.3-gcc4.8.5-pcre2/lib64/R"
}
downloads: {
Expand All @@ -142,6 +143,7 @@ fastr_darwin: ${fastr} {
environment: {
PATH : "/usr/local/bin:$JAVA_HOME/bin:$PATH"
FASTR_FC: "/cm/shared/apps/gcc/8.3.0/bin/gfortran"
FASTR_CC: "/cm/shared/apps/gcc/8.3.0/bin/gcc"
TZDIR: "/usr/share/zoneinfo"
FASTR_LIBZ_VER: "1.2.11"
PKG_INCLUDE_FLAGS_OVERRIDE : "-I/cm/shared/apps/pcre2/pcre2-10.37/include -I/cm/shared/apps/bzip2/1.0.6/include -I/cm/shared/apps/xz/5.2.2/include -I/cm/shared/apps/curl/7.50.1/include"
Expand Down
2 changes: 1 addition & 1 deletion vm/mx.vm/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
},
{
"name": "fastr",
"version": "3f3f6cc6fff4a4ef2bb8c751ff9c9bfe0f031849",
"version": "0292d0263e2abe0508505e19351d7e85282ab831",
"dynamic": True,
"urls": [
{"url": "https://github.com/oracle/fastr.git", "kind": "git"},
Expand Down

0 comments on commit bf33e08

Please sign in to comment.