Skip to content

Commit 0db4e90

Browse files
authored
Less restrictive target for gh and ssh to work on Broadwell (#17)
Deploy new versions with 'target=x86_64'
1 parent d63a55a commit 0db4e90

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

gh/spack.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,14 @@
66
# This manifest is for installing gh, the GitHub command line interface
77
spack:
88
specs:
9-
- gh@2.43.1
9+
- gh@2.49.2
1010
packages:
1111
gh:
1212
require:
1313
14+
all:
15+
require:
16+
- 'target=x86_64'
1417
view: true
1518
concretizer:
1619
unify: true
@@ -20,4 +23,4 @@ spack:
2023
include:
2124
- gh
2225
projections:
23-
gh: 'system-tools/{name}/2.43.1'
26+
gh: 'system-tools/{name}/{version}'

openssh/spack.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,14 @@
66
# This manifest is for installing openssh, a suite of secure networking utilities based on the SSH protocol
77
spack:
88
specs:
9-
- openssh@9.8p1
9+
- openssh@9.9p1
1010
packages:
1111
openssh:
1212
require:
1313
14+
all:
15+
require:
16+
- 'target=x86_64'
1417
view: true
1518
concretizer:
1619
unify: true

0 commit comments

Comments
 (0)