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 a0eca32 commit c453afdCopy full SHA for c453afd
.github/workflows/dependencies/install_spack
@@ -3,7 +3,7 @@
3
4
set -eu -o pipefail
5
6
-spack_ver="0.17.1"
+spack_ver="0.21.1"
7
8
cd /opt
9
if [[ -d spack && ! -f spack_${spack_ver} ]]
.github/workflows/tooling.yml
@@ -20,6 +20,9 @@ jobs:
20
run: |
21
sudo apt-get update
22
sudo apt-get install clang clang-tidy gfortran libopenmpi-dev python
23
+
24
+ which cmake
25
26
sudo .github/workflows/dependencies/install_spack
27
- name: Build
28
env: {CC: clang, CXX: clang++}
0 commit comments