Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jinghuazhao committed Jun 14, 2024
1 parent b7fca9d commit 496d4d9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
14 changes: 9 additions & 5 deletions docs/csd3.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
#!/usr/bin/bash

module load gcc/6 geos-3.6.2-gcc-5.4.0-vejexvy gettext-0.19.8.1-gcc-5.4.0-5iqkv5z pcre2-10.20-gcc-5.4.0-tcuhtrb texlive
module load gcc/6
module load curl-7.63.0-gcc-5.4.0-4uswlql geos-3.6.2-gcc-5.4.0-vejexvy gettext-0.19.8.1-gcc-5.4.0-5iqkv5z
module load image-magick-7.0.5-9-gcc-5.4.0-d4lemcc
module load ceuadmin/brotli/1.0.9 ceuadmin/glpk/4.57 ceuadmin/icu/70.1 ceuadmin/jq/1.6 protobuf-3.4.0-gcc-5.4.0-zkpendv
module load ceuadmin/NLopt/2.7.1
module load mono/5.0.1.1 netcdf/4.4.1
module load pcre2-10.20-gcc-5.4.0-tcuhtrb protobuf-3.4.0-gcc-5.4.0-zkpendv texlive
module load ceuadmin/brotli/1.0.9 ceuadmin/icu/70.1 ceuadmin/jq/1.6
module load ceuadmin/glpk/4.57 ceuadmin/NLopt/2.7.1
module load ceuadmin/readline/8.0 ceuadmin/rtmpdump/2.3

export version=4.4.0
export version=4.4.1
IFS=\. read major minor1 minor2 <<<${version}
export rds=/rds/project/jmmh2/rds-jmmh2-public_databases/software
export prefix=$CEUADMIN/R
Expand All @@ -19,7 +23,7 @@ tar xfz - --no-same-owner -C ${dest} --strip-components=1
cd ${dest}
./configure --prefix=${prefix}/${dest} --with-pcre2 --enable-R-shlib
make
Rscript -e 'update.packages(checkBuilt=TRUE,ask=FALSE)'
bin/Rscript -e 'update.packages(checkBuilt=TRUE,ask=FALSE)'

function pre_4.3.3()
{
Expand Down
1 change: 0 additions & 1 deletion docs/docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

cp -p ~/R/gap/ChangeLog ~/R/vignettes/ChangeLog.txt
for f in gap.html jss.pdf shinygap.html; do cp -p ~/hpc-work/R/gap/doc/${f} ~/R/vignettes; done
cp -p ~/hpc-work/R/pQTLdata/doc/pQTLdata.html ~/R/vignettes/
cp -p ~/R/gap.Rcheck/gap-manual.pdf ~/R/vignettes

if [ "$(uname -n | sed 's/-[0-9]*$//')" == "login-q" ]; then
Expand Down

0 comments on commit 496d4d9

Please sign in to comment.