Skip to content

Commit

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

module load curl/7.79.0/gcc/75dxv7ac gettext/0.21/gcc/qnrcglqo libiconv/1.16/intel/64iicvbf
module load libpng/1.6.37/intel/jfrl6z6c pcre2/10.36/gcc/sya23vzi readline/8.1/gcc/bumlt4j6
module load ceuadmin/json-c/0.17-20230812-icelake
module load ceuadmin/json-c/0.17-20230812-icelake ceuadmin/krb5/1.21.2-icelake
module load ceuadmin/nettle/2.7.1 texlive

module unload gcc/6
Expand All @@ -21,7 +21,6 @@ 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: 0 additions & 1 deletion docs/csd3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ 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 b219c6a

Please sign in to comment.