Skip to content
Snippets Groups Projects
Commit 64f6ce50 authored by Maximilian Meindl's avatar Maximilian Meindl
Browse files

Replace Singularity.gcc by ICON.def

parent d9a9c953
Branches
No related tags found
No related merge requests found
Bootstrap: docker
From: ubuntu:20.04
BootStrap: localimage
From: /home/maximilian/ubuntu-mpi.img
%labels
maintainer IT-IMGW <it.img-wien@univie.ac.at>
......@@ -10,11 +10,7 @@ export DEBIAN_FRONTEND=noninteractive
# Install building tools and ICON dependencies:
apt update -y \
&& apt install -y \
build-essential \
python3 \
gcc \
gfortran \
libopenmpi-dev \
libhdf5-dev \
libnetcdf-dev \
libnetcdff-dev \
......@@ -23,7 +19,6 @@ apt update -y \
liblapack-dev \
libxml2-dev
# Select the compiler:
#update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-6 50 \
# --slave /usr/bin/gfortran gfortran /usr/bin/gfortran-6
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment