Skip to content
Merged
Changes from 2 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
38 changes: 38 additions & 0 deletions yq/spack.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# This is a Spack Environment file.
#
# It describes a set of packages to be installed, along with
# configuration settings.
#
# This manifest is for installing yq, a command-line YAML processor.
spack:
definitions:
# _name and _version are reserved definitions that inform build-cd deployments, and have no effect otherwise
- _name: [yq]
- _version: [4.45.4-1]
specs:
- yq@4.45.4
packages:
# Compilers
c:
require:
- 'gcc@15.1.0'
cxx:
require:
- 'gcc@15.1.0'
fortran:
require:
- 'gcc@15.1.0'
all:
prefer:
- 'target=x86_64_v3'
view: true
concretizer:
unify: true
modules:
default:
tcl:
include:
- yq
projections:
# build-cd will inject the _version into this projection
yq: 'system-tools/{name}'
Loading