Skip to content

Commit

Permalink
force using older binutils
Browse files Browse the repository at this point in the history
  • Loading branch information
berquist committed Mar 6, 2024
1 parent 300c9d0 commit d253055
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-spack-nodeps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,12 @@ jobs:
- name: Install sst-core, sst-elements, and sst-macro
run: |
eval "$(spack env activate --sh .)"
# workaround for 2.42 installation issues on macOS
spack add binutils@2.41
spack add sst-core@${{ matrix.version }}
spack add sst-elements@${{ matrix.version }}
spack add sst-macro@${{ matrix.version }}
spack concretize --reuse --force
spack install --fail-fast --verbose
- name: Push packages and update index
run: |
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
*.pyc
.spack-env/
\#spack.yaml#
._sst-spack-view/
spack.lock
sst-spack-view

0 comments on commit d253055

Please sign in to comment.