We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd4e672 commit 56cd12fCopy full SHA for 56cd12f
.github/workflows/build-spack-nodeps.yml
@@ -41,7 +41,8 @@ jobs:
41
with:
42
persist-credentials: false
43
# Take the latest (develop) version.
44
- repository: spack/spack
+ repository: berquist/spack
45
+ ref: sst-core-fix-curses-linkage
46
path: spack
47
- name: Add Spack to PATH and set mirror name
48
run: |
@@ -70,5 +71,5 @@ jobs:
70
71
if ! [[ "${{ matrix.version }}" == "13.1.0" ]] && [[ "$(uname)" == "Darwin" ]]; then
72
spack add sst-macro@${{ matrix.version }}
73
fi
- spack concretize --reuse --force
74
- spack install --fail-fast
+ spack concretize --deprecated --fresh --force
75
+ spack install -y --fail-fast
0 commit comments