Skip to content

Commit

Permalink
Singularity: fix zstd
Browse files Browse the repository at this point in the history
  • Loading branch information
fzimmermann89 committed May 26, 2021
1 parent 153877e commit 7b1662b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Singularity.py38
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ export CONDA_PKGS_DIRS
##yum
yum-config-manager --add-repo https://yum.repos.intel.com/mkl/setup/intel-mkl.repo
yum -y install epel-release https://repo.ius.io/ius-release-el7.rpm && yum clean all && rm -rf /var/cache/yum/* && yum makecache && yum update -y && yum upgrade -y
yum install -y aria2 bsdtar curl git224 gzip lz4 p7zip p7zip-plugins perl-Digest-MD5 perl-File-Fetch perl-LWP-Protocol-https perl-Mozilla-CA perl-libwww-perl rsync unzip wget xz zip
yum install -y aria2 bsdtar curl git224 gzip lz4 p7zip p7zip-plugins perl-Digest-MD5 perl-File-Fetch perl-LWP-Protocol-https perl-Mozilla-CA perl-libwww-perl rsync unzip wget xz zip openssl
#intel-mkl-64bit-2020.3-111.x86_64 intel-mkl-gnu-2020.3-279.x86_64 intel-mkl-tbb-rt-2020.3-279.x86_64
yum install -y axel binutils cmake3 curl diffutils elfutils environment-modules file gcc gcc-c++ gdb gettext ghostscript htop less libstdc++ libtiff libtool ltrace make man man-pages mc mosh openmpi-devel openssh patch patchutils perf psmisc screen strace tmux vim zsh openssl openssl-devel pam-devel numactl numactl-devel hwloc hwloc-devel lua lua-devel readline-devel rrdtool-devel ncurses-devel man2html libibmad libibumad munge-libs mesa-libOSMesa mesa-libOSMesa-devel nmap nc ImageMagick && yum clean all && rm -rf /var/cache/yum &
yum install -y axel binutils cmake3 curl diffutils elfutils environment-modules file gcc gcc-c++ gdb gettext ghostscript htop less libstdc++ libtiff libtool ltrace make man man-pages mc mosh openmpi-devel openssh patch patchutils perf psmisc screen strace tmux vim zsh openssl-devel pam-devel numactl numactl-devel hwloc hwloc-devel lua lua-devel readline-devel rrdtool-devel ncurses-devel man2html libibmad libibumad munge-libs mesa-libOSMesa mesa-libOSMesa-devel nmap nc ImageMagick && yum clean all && rm -rf /var/cache/yum &


##texlive
Expand Down Expand Up @@ -142,7 +142,8 @@ PATH=$PATH:/usr/local/cuda/bin:/opt/anaconda3/bin
. /etc/profile.d/conda.sh
echo "installing conda extensions"
conda activate
conda install -q -y -c conda-forge mamba conda
conda install -q -y "python=3.8"
conda install -q -y -c conda-forge mamba conda "zstd<1.5"
mamba install -q -y simplejson colorama protobuf requests "numexpr>=2.7.2" "numpy>=1.17" hdf5 scipy "jedi=0.17" numba "mkl>=2020" cython "jupyterlab=2.2" jupyter scikit-image appdirs mako scikit-learn "python>=3.8" seaborn pandas line_profiler black ninja colorama memory_profiler isort "mkl-include>=2020" fastrlock six setuptools cmake
mamba install -q -y -c anaconda -c conda-forge -c plotly gpustat colorful "h5py>3,<3.2" lmfit ipympl pathos "nodejs>=14" ptvsd xeus-python pytools nbdime "pip>=20.1" jupyter-dash ipyvolume "jupyter-server-proxy<3" six openssl "jedi<0.18" ffmpeg
conda clean -a -y &
Expand Down

0 comments on commit 7b1662b

Please sign in to comment.