-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathspack.yaml
More file actions
41 lines (41 loc) · 828 Bytes
/
spack.yaml
File metadata and controls
41 lines (41 loc) · 828 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Copyright 2013-2021 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
spack:
specs:
- bash
- coreutils
- gcc@14 +binutils +strip build_type=MinSizeRel
- git
- gmake
- patch
- python
- tar
- unzip
- util-linux
# We need to bootstrap the following packages that depend on themselves
- sed
- grep
view:
final:
root: /view
select:
- bash
- binutils
- coreutils
- gcc
- git
- grep
- patch
- tar
- unzip
- util-linux
python:
root: /python-view
select: [python]
packages:
all:
target: [x86_64_v3]
concretizer:
unify: true