summaryrefslogtreecommitdiff
path: root/share/spack/gitlab/cloud_pipelines/configs/darwin/aarch64/compilers.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'share/spack/gitlab/cloud_pipelines/configs/darwin/aarch64/compilers.yaml')
-rw-r--r--share/spack/gitlab/cloud_pipelines/configs/darwin/aarch64/compilers.yaml27
1 files changed, 27 insertions, 0 deletions
diff --git a/share/spack/gitlab/cloud_pipelines/configs/darwin/aarch64/compilers.yaml b/share/spack/gitlab/cloud_pipelines/configs/darwin/aarch64/compilers.yaml
new file mode 100644
index 0000000000..d5a0130341
--- /dev/null
+++ b/share/spack/gitlab/cloud_pipelines/configs/darwin/aarch64/compilers.yaml
@@ -0,0 +1,27 @@
+compilers:
+- compiler:
+ spec: apple-clang@14.0.0
+ paths:
+ cc: /usr/bin/clang
+ cxx: /usr/bin/clang++
+ f77: /opt/homebrew/bin/gfortran
+ fc: /opt/homebrew/bin/gfortran
+ flags: {}
+ operating_system: ventura
+ target: aarch64
+ modules: []
+ environment: {}
+ extra_rpaths: []
+- compiler:
+ spec: gcc@12.2.0
+ paths:
+ cc: /opt/homebrew/bin/gcc-12
+ cxx: /opt/homebrew/bin/g++-12
+ f77: /opt/homebrew/bin/gfortran-12
+ fc: /opt/homebrew/bin/gfortran-12
+ flags: {}
+ operating_system: ventura
+ target: aarch64
+ modules: []
+ environment: {}
+ extra_rpaths: []