Skip to content

Commit

Permalink
Merge pull request #12 from COSIMA/update_dependencies
Browse files Browse the repository at this point in the history
Update several dependencies
  • Loading branch information
micaeljtoliveira authored Apr 3, 2024
2 parents ae38cf1 + a821a3e commit 159a722
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions gcc/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build stage with Spack pre-installed and ready to be used
FROM spack/ubuntu-jammy:v0.20.1 as builder
FROM spack/ubuntu-jammy:0.21.2 as builder


# What we want to install and how we want to install it
Expand All @@ -10,17 +10,17 @@ RUN mkdir /opt/spack-environment \
&& echo " - [email protected]" \
&& echo " - [email protected]" \
&& echo " - [email protected]+mpi build_system=cmake build_type=RelWithDebInfo" \
&& echo " - [email protected].0" \
&& echo " - parallelio@2.5.10 build_type=RelWithDebInfo" \
&& echo " - esmf@8.4.2+debug" \
&& echo " - fms@2021.03.01 precision=64 ~gfs_phys ~openmp ~quad_precision build_type=RelWithDebInfo" \
&& echo " - [email protected].1" \
&& echo " - parallelio@2.6.2 build_type=RelWithDebInfo" \
&& echo " - esmf@8.5.0+debug" \
&& echo " - fms@2023.02 precision=64 ~gfs_phys ~openmp ~quad_precision build_type=RelWithDebInfo" \
&& echo " view: /opt/view" \
&& echo " concretizer:" \
&& echo " unify: true" \
&& echo " targets:" \
&& echo " granularity: generic" \
&& echo " repos:" \
&& echo " - $spack/var/spack/repos/builtin" \
&& echo " - /opt/spack/var/spack/repos/builtin" \
&& echo " - /opt/cosima" \
&& echo " config:" \
&& echo " install_tree: /opt/software") > /opt/spack-environment/spack.yaml
Expand Down

0 comments on commit 159a722

Please sign in to comment.