We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad713d3 commit 0d22b68Copy full SHA for 0d22b68
.github/workflows/build.yaml
@@ -32,6 +32,13 @@ jobs:
32
buildcache: true
33
color: true
34
35
+ - name: Patch spack # To be deleted; see associated github pulls
36
+ working-directory: spack
37
+ run: |
38
+ for id in 50039; do
39
+ curl -LfsS "https://github.com/spack/spack/pull/${id}.diff" | patch >
40
+ done
41
+
42
- name: Find compilers
43
run: spack -e . compiler find --mixed-toolchain
44
spack.yaml
@@ -5,7 +5,7 @@ spack:
5
- - ccache
6
- cli11 +pic
7
- cmake
8
- - covfie
+ - "covfie@0.13:"
9
- googletest cxxstd=20
10
- googletest cxxstd=17
11
- ninja
0 commit comments