Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jinghuazhao committed May 5, 2024
1 parent 924f712 commit b42b434
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/csd3-icelake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ tar xfz - --no-same-owner -C ${dest} --strip-components=1
cd ${dest}
./configure --prefix=${prefix}/${dest} --with-pcre2 --enable-R-shlib
make
make install

function legacy()
{
Expand Down
1 change: 1 addition & 0 deletions docs/csd3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ tar xfz - --no-same-owner -C ${dest} --strip-components=1
cd ${dest}
./configure --prefix=${prefix}/${dest} --with-pcre2 --enable-R-shlib
make
make install
Rscript -e 'update.packages(checkBuilt=TRUE,ask=FALSE)'

function pre_4.3.3()
Expand Down

0 comments on commit b42b434

Please sign in to comment.