comparison cc.def @ 3:9376bcef72f5

version from 2023-11-26, never built?
author Henry S Thompson <ht@inf.ed.ac.uk>
date Thu, 15 Aug 2024 12:45:53 +0100
parents 400a79fbe694
children 8bbade4dc167
comparison
equal deleted inserted replaced
2:400a79fbe694 3:9376bcef72f5
11 apt-get -y update 11 apt-get -y update
12 apt-get -y install locales 12 apt-get -y install locales
13 sed '/en_GB.UTF/s/# //;/en_US.UTF/s/# //' -i /etc/locale.gen 13 sed '/en_GB.UTF/s/# //;/en_US.UTF/s/# //' -i /etc/locale.gen
14 locale-gen 14 locale-gen
15 apt-get -y install apt-utils python3 python3-pip isal less git ack procps psmisc 15 apt-get -y install apt-utils python3 python3-pip isal less git ack procps psmisc
16 apt-get -y install man-db gdb emacs xemacs21 sqlite3 curl unzip feh 16 apt-get -y install man-db gdb emacs sqlite3 curl unzip imagemagick file rsync
17 apt-get -y install moreutils mercurial qpdf xsel xclip tmux xfce4-terminal 17 apt-get -y install moreutils mercurial qpdf xsel xclip tmux xfce4-terminal
18 apt-get -y install default-jdk nano jq r-base 18 apt-get -y install default-jdk nano jq r-base
19 apt-get -y install libcld2-0 libcld2-dev 19 apt-get -y install libcld2-0 libcld2-dev
20 apt-get -y install libxmu-dev libxft-dev libxaw7-dev libgdbm-dev
21 apt-get -y install libgdbm-compat-dev libgmp-dev libssl-dev xbitmaps
20 # do this after the above in order to 22 # do this after the above in order to
21 # hide the moreutils version of parallel as moreutils.parallel 23 # hide the moreutils version of parallel as moreutils.parallel
22 apt-get -y install parallel 24 apt-get -y install parallel
23 # Allow access to cirrus modules 25 # Allow access to cirrus modules
24 apt-get -y install environment-modules 26 apt-get -y install environment-modules
65 export WSHARED=/work/dc007/dc007/shared 67 export WSHARED=/work/dc007/dc007/shared
66 export HOME=/work/dc007/dc007/$(whoami) 68 export HOME=/work/dc007/dc007/$(whoami)
67 export SINGULARITY_SHELL=/usr/bin/bash 69 export SINGULARITY_SHELL=/usr/bin/bash
68 export LESSOPEN="| /usr/bin/lesspipe %s"; 70 export LESSOPEN="| /usr/bin/lesspipe %s";
69 export LESSCLOSE="/usr/bin/lesspipe %s %s"; 71 export LESSCLOSE="/usr/bin/lesspipe %s %s";
72 export SS='$SING'
70 export SING=sing 73 export SING=sing
71 export PS1='\[\033[1m\]$SING\[\033[0m\]<\!>: ' 74 export PS1='\[\033[1m\]$SS\[\033[0m\]<\!>: '
72 if [ -f "$HOME/.singrc" ] 75 if [ -f "$HOME/.singrc" ]
73 then 76 then
74 . "$HOME/.singrc" 77 . "$HOME/.singrc"
75 fi 78 fi
76 79