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 69a8fbb commit 117d80bCopy full SHA for 117d80b
.github/workflows/test.yml
@@ -29,6 +29,11 @@ jobs:
29
spack -e .spack_env mirror set binary_mirror --unsigned
30
spack mirror add --type binary --unsigned --oci-username GITHUB_USER --oci-password-variable GITHUB_TOKEN local-buildcache oci://ghcr.io/LLNL/quandary-spack-buildcache
31
32
+ - name: Add only use GCC on macOS
33
+ if: runner.os == 'macOS'
34
+ run: |
35
+ spack compiler find /opt/homebrew/bin
36
+
37
- name: Install
38
# explicitly use openmpi, since mpich causes rpath problems in binary
39
run: |
0 commit comments