Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions gh/spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@
# This manifest is for installing gh, the GitHub command line interface
spack:
specs:
- gh@2.43.1
- gh@2.49.2
packages:
gh:
require:
- '%gcc@14.1.0'
all:
require:
- 'target=x86_64'
view: true
concretizer:
unify: true
Expand All @@ -20,4 +23,4 @@ spack:
include:
- gh
projections:
gh: 'system-tools/{name}/2.43.1'
gh: 'system-tools/{name}/{version}'
5 changes: 4 additions & 1 deletion openssh/spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@
# This manifest is for installing openssh, a suite of secure networking utilities based on the SSH protocol
spack:
specs:
- openssh@9.8p1
- openssh@9.9p1
packages:
openssh:
require:
- '%gcc@14.1.0'
all:
require:
- 'target=x86_64'
view: true
concretizer:
unify: true
Expand Down