File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -81,8 +81,10 @@ bash init-settings.sh
8181
8282SETTINGS_SED=$RECIPE_DIR /settings.sed
8383
84- if (( ENABLE_R == 1 )) && [[ $PLATFORM != " osx-arm64 " ]]
84+ if (( ENABLE_R == 1 ))
8585then
86+ # For the R-enabled installer, we build/install RInside into our
87+ # Anaconda R installation, and install [de]activate scripts.
8688 echo
8789 echo " build-generic.sh: Checking R ..."
8890 if ! which R
Original file line number Diff line number Diff line change 11# pkgs-R.yaml: START
22COMMENT( Extra packages for R. )m4_dnl
3- COMMENT( Platform osx-arm64 uses our )m4_dnl
4- COMMENT( custom-built emews-rinside )m4_dnl
5- COMMENT( Other platforms simply install r and build RInside )m4_dnl
6- COMMENT( inside build-generic.sh )m4_dnl
73COMMENT( Retain indentation )m4_dnl
84m4_ifelse(getenv(PLATFORM),`osx-arm64',
9- ` - swift-t::emews-rinside',
105` - r=getenv(R_VERSION)'
116)
127# pkgs-R.yaml: STOP
You can’t perform that action at this time.
0 commit comments