Skip to content

Commit

Permalink
verbose Spack install; deps should be provided by Spack itself
Browse files Browse the repository at this point in the history
  • Loading branch information
berquist committed Feb 15, 2024
1 parent 7cdc972 commit 90ca0c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-spack-nodeps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
spack add sst-core@${{ matrix.version }}
spack add sst-elements@${{ matrix.version }}
spack add sst-macro@${{ matrix.version }}
spack install --fail-fast
spack install --fail-fast --verbose
- name: Push packages and update index
run: |
eval "$(spack env activate --sh .)"
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/install_os_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ if command -v brew; then
# Problems with Python overwriting files in /usr/local/bin
# brew update
# brew upgrade
brew install automake
elif command -v apt-get; then
sudo apt-get -y --no-install-recommends update
sudo apt-get -y --no-install-recommends install \
libncurses-dev
fi

0 comments on commit 90ca0c9

Please sign in to comment.