Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jinghuazhao committed Apr 27, 2024
1 parent acbddc3 commit ec246a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/csd3-gcc11.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ tar xvfz - -C R-${version}-gcc11 --strip-components=1
cd R-${version}-gcc11
./configure --prefix=${prefix}/R-${version}-gcc11 --with-pcre2 --enable-R-shlib
make
make install
1 change: 1 addition & 0 deletions docs/csd3-icelake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ tar xvfz - -C R-${version}-icelake --strip-components=1
cd R-${version}-icelake
./configure --prefix=${prefix}/R-${version}-icelake --with-pcre2 --enable-R-shlib
make
make install
2 changes: 1 addition & 1 deletion docs/csd3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ IFS=\. read major minor1 minor2 <<<${version}
wget -qO- https://cran.r-project.org/src/base/R-${major}/R-${version}.tar.gz | \
tar xvfz -
cd R-${version}
./configure --prefix=${prefix} --with-pcre2 --enable-R-shlib
./configure --prefix=${prefix}/R-${version} --with-pcre2 --enable-R-shlib
make
make install
Rscript -e 'update.packages(checkBuilt=TRUE,ask=FALSE)'
Expand Down

0 comments on commit ec246a7

Please sign in to comment.