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 67baf2a commit 5314c68Copy full SHA for 5314c68
.github/workflows/spack-reusable.yml
@@ -21,6 +21,9 @@ jobs:
21
shell: bash
22
run : |
23
source /spack/share/spack/setup-env.sh
24
+ spack external find cmake
25
+ spack compiler list
26
+ spack compiler info gcc
27
cd /spack_recipes && git pull
28
spack repo add /spack_recipes/meshing
29
spack repo add /spack_recipes/meshing_supersede
0 commit comments