Skip to content

Commit

Permalink
Try to use existing cmake/gmake
Browse files Browse the repository at this point in the history
  • Loading branch information
zmoon committed May 8, 2024
1 parent f2f4d19 commit 826c19d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,11 @@ jobs:
spack compiler add `spack location -i intel-oneapi-compilers`/compiler/latest/linux/bin/intel64
spack compiler add `spack location -i intel-oneapi-compilers`/compiler/latest/linux/bin
- name: Find compilers
run: spack -e . compiler find --mixed-toolchain
- name: Find system tools and compilers
run: |
spack -e . external find --scope=system cmake gmake
spack -e . external list
spack -e . compiler find --mixed-toolchain
- name: Concretize
run: spack -e . -v concretize
Expand Down

0 comments on commit 826c19d

Please sign in to comment.