add singularity description file for Ubuntu 20.04 LTS

This commit is contained in:
Axel Kohlmeyer 2020-04-02 21:52:20 -04:00
parent 8b61aed3cb
commit e53e443e21
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
1 changed files with 64 additions and 0 deletions

View File

@ -0,0 +1,64 @@
BootStrap: docker
From: ubuntu:20.04
%post
export DEBIAN_FRONTEND=noninteractive
apt-get update
apt-get upgrade --no-install-recommends -y
apt-get install --no-install-recommends -y \
bc \
build-essential \
ccache \
clang \
cmake \
cmake-curses-gui \
curl \
doxygen \
enchant \
g++ \
gcc \
gfortran \
git \
hdf5-tools \
libblas-dev \
libeigen3-dev \
libenchant-dev \
libfftw3-dev \
libgsl-dev \
libhdf5-serial-dev \
libjpeg-dev \
liblapack-dev \
libopenblas-dev \
libpng-dev \
libproj-dev \
libvtk6-dev \
make \
mpi-default-bin \
mpi-default-dev \
ninja-build \
python3-dev \
python3-pip \
python3-pkg-resources \
python3-setuptools \
python3-virtualenv \
rsync \
ssh \
texlive \
texlive-latex-recommended \
texlive-latex-extra \
texlive-pictures \
texlive-publishers \
texlive-science \
dvipng \
vim-nox \
virtualenv \
voro++-dev \
wget \
xxd
%environment
LC_ALL=C
export LC_ALL
%labels
Author akohlmey, rbberger