diff options
author | Harmen Stoppels <me@harmenstoppels.nl> | 2023-10-19 16:11:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-19 16:11:42 +0200 |
commit | 681639985ab047d34f9ceae1e0dccfdb22af449c (patch) | |
tree | 711f01e5175070a248cc02c9ef940477a499d1bf | |
parent | a1ca1a944aa27849704c525e912947a7699aab39 (diff) | |
download | spack-681639985ab047d34f9ceae1e0dccfdb22af449c.tar.gz spack-681639985ab047d34f9ceae1e0dccfdb22af449c.tar.bz2 spack-681639985ab047d34f9ceae1e0dccfdb22af449c.tar.xz spack-681639985ab047d34f9ceae1e0dccfdb22af449c.zip |
ci: remove incorrect compilers.yaml (#40610)
-rw-r--r-- | share/spack/gitlab/cloud_pipelines/configs/darwin/aarch64/compilers.yaml | 27 |
1 files changed, 0 insertions, 27 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 deleted file mode 100644 index d5a0130341..0000000000 --- a/share/spack/gitlab/cloud_pipelines/configs/darwin/aarch64/compilers.yaml +++ /dev/null @@ -1,27 +0,0 @@ -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: [] |