Skip to content

Commit

Permalink
Merge pull request #9 from COSIMA/update_dependencies
Browse files Browse the repository at this point in the history
Update build options for dependencies.
  • Loading branch information
micaeljtoliveira authored Aug 28, 2023
2 parents a06a803 + 8d5bbf6 commit 80eca47
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gcc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ RUN mkdir /opt/spack-environment \
&& (echo "spack:" \
&& echo " specs:" \
&& echo " - [email protected]" \
&& echo " - [email protected]+mpi" \
&& echo " - [email protected]+mpi build_system=cmake build_type=RelWithDebInfo" \
&& echo " - [email protected]" \
&& echo " - [email protected]" \
&& echo " - [email protected]" \
&& echo " - [email protected]" \
&& echo " - [email protected] build_type=RelWithDebInfo" \
&& echo " - [email protected]+debug" \
&& echo " - [email protected] precision=64 ~gfs_phys ~openmp ~quad_precision build_type=RelWithDebInfo" \
&& echo " view: /opt/view" \
&& echo " concretizer:" \
&& echo " unify: true" \
Expand Down

0 comments on commit 80eca47

Please sign in to comment.