We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d63a55a commit 0db4e90Copy full SHA for 0db4e90
2 files changed
gh/spack.yaml
@@ -6,11 +6,14 @@
6
# This manifest is for installing gh, the GitHub command line interface
7
spack:
8
specs:
9
- - gh@2.43.1
+ - gh@2.49.2
10
packages:
11
gh:
12
require:
13
- '%gcc@14.1.0'
14
+ all:
15
+ require:
16
+ - 'target=x86_64'
17
view: true
18
concretizer:
19
unify: true
@@ -20,4 +23,4 @@ spack:
20
23
include:
21
24
- gh
22
25
projections:
- gh: 'system-tools/{name}/2.43.1'
26
+ gh: 'system-tools/{name}/{version}'
openssh/spack.yaml
# This manifest is for installing openssh, a suite of secure networking utilities based on the SSH protocol
- - openssh@9.8p1
+ - openssh@9.9p1
openssh:
0 commit comments