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 BootStrap: localimage
From: ubuntu:20.04 From: /home/maximilian/ubuntu-mpi.img
%labels %labels
maintainer IT-IMGW <it.img-wien@univie.ac.at> maintainer IT-IMGW <it.img-wien@univie.ac.at>
...@@ -10,11 +10,7 @@ export DEBIAN_FRONTEND=noninteractive ...@@ -10,11 +10,7 @@ export DEBIAN_FRONTEND=noninteractive
# Install building tools and ICON dependencies: # Install building tools and ICON dependencies:
apt update -y \ apt update -y \
&& apt install -y \ && apt install -y \
build-essential \
python3 \ python3 \
gcc \
gfortran \
libopenmpi-dev \
libhdf5-dev \ libhdf5-dev \
libnetcdf-dev \ libnetcdf-dev \
libnetcdff-dev \ libnetcdff-dev \
...@@ -23,7 +19,6 @@ apt update -y \ ...@@ -23,7 +19,6 @@ apt update -y \
liblapack-dev \ liblapack-dev \
libxml2-dev libxml2-dev
# Select the compiler: # Select the compiler:
#update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-6 50 \ #update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-6 50 \
# --slave /usr/bin/gfortran gfortran /usr/bin/gfortran-6 # --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