We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43afa34 commit 12ed499Copy full SHA for 12ed499
.github/ci/spack-envs/clangtidy_nopy_ompi_h5_ad2/spack.yaml
@@ -56,7 +56,7 @@ spack:
56
llvm:
57
externals:
58
- spec: [email protected]
59
- prefix: /
+ prefix: /usr
60
paths:
61
cc: /usr/bin/clang-19
62
cxx: /usr/bin/clang++-19
@@ -65,6 +65,25 @@ spack:
65
extra_rpaths: []
66
buildable: False
67
68
+ gcc:
69
+ externals:
70
+ - spec: [email protected]
71
72
+ paths:
73
+ cc: /usr/bin/gcc
74
+ cxx: /usr/bin/g++
75
+ fortran: /usr/bin/gfortran
76
+ modules: []
77
+ environment: {}
78
+ extra_rpaths: []
79
+ buildable: False
80
+
81
+ gcc-runtime:
82
+ buildable: false
83
84
85
86
87
config:
88
build_jobs: 2
89
0 commit comments