Skip to content

Commit

Permalink
Add compilers to env file
Browse files Browse the repository at this point in the history
  • Loading branch information
bmhan12 committed Mar 14, 2024
1 parent 87b3e82 commit b25bfcf
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions docker/gcc-ubuntu/spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,51 @@ spack:
fc: /usr/bin/gfortran-12
spec: gcc@12
target: x86_64
- compiler:
environment: {}
extra_rpaths: []
flags:
cflags: -pthread
cxxflags: -pthread
modules: []
operating_system: ubuntu22.04
paths:
cc: /usr/bin/gcc-11
cxx: /usr/bin/g++-11
f77: /usr/bin/gfortran-11
fc: /usr/bin/gfortran-11
spec: gcc@11
target: x86_64
- compiler:
environment: {}
extra_rpaths: []
flags:
cflags: -pthread
cxxflags: -pthread
modules: []
operating_system: ubuntu22.04
paths:
cc: /usr/bin/gcc-10
cxx: /usr/bin/g++-10
f77: /usr/bin/gfortran-10
fc: /usr/bin/gfortran-10
spec: gcc@10
target: x86_64
- compiler:
environment: {}
extra_rpaths: []
flags:
cflags: -pthread
cxxflags: -pthread
modules: []
operating_system: ubuntu22.04
paths:
cc: /usr/bin/gcc-9
cxx: /usr/bin/g++-9
f77: /usr/bin/gfortran-9
fc: /usr/bin/gfortran-9
spec: gcc@9
target: x86_64

packages:
all:
Expand Down

0 comments on commit b25bfcf

Please sign in to comment.