File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
com.oracle.truffle.r.native.recommended Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ GNUR_RECOMMENDED_PKGNAMES_TS = $(GNUR_RECOMMENDED_PKGNAMES:=.ts)
7171# Recommended packages that are used by fastr in a specific version, i.e., taken from other sources than GNUR_RECOMMENDED_BINARY
7272PKGS_WITH_CUSTOM_VERSION := cluster rpart
7373RPART_TAR := $(FASTR_R_HOME ) /libdownloads/rpart.tar.gz
74+ CLUSTER_TAR := $(FASTR_R_HOME ) /libdownloads/cluster.tar.gz
7475
7576GNUR_RECOMMENDED_TAR_DIR = $(GNUR_HOME_BINARY_UNPACKED ) /src/library/Recommended/
7677# We do not copy all the recommended packages from gnur's directory. Instead, there are some
@@ -80,7 +81,7 @@ $(foreach pkg, \
8081 $(filter-out $(PKGS_WITH_CUSTOM_VERSION ) ,$(GNUR_RECOMMENDED_PKGNAMES ) ) , \
8182 $(GNUR_RECOMMENDED_TAR_DIR ) /$(pkg ) * .tar.gz \
8283)
83- ALL_RECOMMENDED_TARS := $(GNUR_RECOMMENDED_TARS ) $(RPART_TAR )
84+ ALL_RECOMMENDED_TARS := $(GNUR_RECOMMENDED_TARS ) $(RPART_TAR ) $( CLUSTER_TAR )
8485
8586# # need to allow parallel installs
8687INSTALL_OPTS = --pkglock --data-compress=xz --no-staged-install
You can’t perform that action at this time.
0 commit comments